How change map view angle

5061
2
Jump to solution
05-28-2014 10:07 AM
AysberqTundra
Occasional Contributor
Hello everyone.
I have develop a little application for android using ArcGIS Runtime SDK for Android.
Now, I want to change mapview angle (camera position).
There is a solution for Google Maps Android API v2: https://developers.google.com/maps/documentation/android/views
Is there any alternative solution in ArcGIS Runtime SDK for Android?
How can I solve this problem using ArcGIS Runtime SDK for Android?
Thanks in advance.
0 Kudos
1 Solution

Accepted Solutions
ShellyGill1
Esri Contributor
I'm afraid there is no way (within the SDK) to tilt the map - there is no concept of a camera position in the SDK, as the map is purely a 2D map, not '2.5D' or 3D. I am not aware of any workarounds.

View solution in original post

0 Kudos
2 Replies
ShellyGill1
Esri Contributor
I'm afraid there is no way (within the SDK) to tilt the map - there is no concept of a camera position in the SDK, as the map is purely a 2D map, not '2.5D' or 3D. I am not aware of any workarounds.
0 Kudos
AysberqTundra
Occasional Contributor
Thanks for your reply. It seems I must use other Api for solve the problem 😞
0 Kudos