-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Unable to drag the annonation pin through diduserupdatelocation delegate and get details of respective location like: country name, street. #3843
Comments
If I understand correctly, you’re asking about getting data from the map in textual form. #3172 will add an API called “featuresAt” that will let you get a limited amount of data about individual features that are visible on the map. However, generally speaking, if you want to get address data about a particular point on the map, please consider using the Mapbox Geocoding API. |
@1ec5 |
@abhinesh01 Dragging or animating annotation movement is not supported yet. Theoretically you could implement your own pan gesture recognizer and remove/re-add the annotation whenever the gesture point moved (something like this), but, even if this is possible, performance will almost certainly suck and I would not recommend it. |
@friedbunny @1ec5 |
Instead of using an MGLAnnotation, create a UIView (perhaps a UIImageView) and center it over the MGLMapView. This UIView doesn’t have anything to do with the map view; it’s just an ordinary view that sits atop the map view. Then in the |
All of sudden when i am trying to run the app its shows as below screenshot [image: Inline image 1] On Mon, Feb 8, 2016 at 10:06 AM, Abhinesh Ch abhinesh@datasisar.com wrote:
|
No description provided.
The text was updated successfully, but these errors were encountered: