-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi Jon!
Saw about your Map example in your blog, great code!
Im trying to customize the other JSON fetching that you posted for other user file JFMapViewExample-master 2.
If its possible I would like some help customizing it ;)
My use scenario is: I need that each marker annotation view have a disclosure info button. When the user taps the info button in the marker annotation view a specific URL(for each marker in the JSON file) is launched in Safari(or in a custom webView controller inside the app). So I would add these specific URL´s for each marker into JSON remote file. But the problem is, I don't know how to pass each URL from the JSON file to each disclosure info button at each marker annotation view.
I already implemented at the end of the JFViewController.m the disclosure info button and the calloutAccessoryControlTapped, but all the markers show the same URL.
The sample project is here so you can use it https://app.box.com/s/uign6d6om11kb73z2gol
Thanks and cheers man!