MixedRealityInteractionMapHandler pans too fast when panning at an angle
Describe the bug A clear and concise description of what the bug is. When using the MixedRealityInteractionMapHandler to pan the map, it works fine if I'm facing the map, however, when panning the map from an angle and panning the map away from the user, it pans extremely fast. But when panning towards the user, the opposite happens and the map pans extremely slow.
To Reproduce Steps to reproduce the behavior:
- Create a map.
- As an example, stand on the left of the map and move below so that the camera is only slightly above the map's Y.
- Pan away, if you're on the left, pan right. If you're on the bottom, pan up.
- Map will pan extremely fast and cause unexpected behaviors.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):
- Unity version: [e.g. 2019.4.3f1]
- Maps SDK Package version: [e.g. 0.10.0]
Additional context
Add any other context about the problem here.
Currently in our application, we made the cursor static on the map, but the problem persists
