Question

Just wondering what's the rightCalloutAccessoryView (the blue button below) replacement in the Google Maps SDK? Or do I need to make a custom view.....

Apple maps callout

EDIT:

Is there a better option than GMSMapViewDelegate's:

- (void)mapView:(GMSMapView *)mapView didTapInfoWindowOfMarker:(id<GMSMarker>)marker;?

(it isn't obvious to the user that you can tap the info window...)

EDIT 2

This Plane Finder - Live Flight Status Tracker seems to use default callouts with the iOS SDK: http://bit.ly/PFinder. How do you do that?

Plane Finder - Live Flight Status Tracker

Was it helpful?

Solution

Found it! :)

See https://github.com/ryanmaxwell/GoogleMapsCalloutView for an example project :)

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top