The new Google Maps SDK for iOS allows users to view and interact with a Google map in your iOS app.

learn more… | top users | synonyms

0
votes
2answers
18 views

How to calculate GEO median of given list of coordinates and come up with zooming level for Google Map View

I came across the situation where I am supposed to determine the median of given list of coordinates and set the GoogleMap's Camera zooming level (So that all the coordinates to be displayed in single ...
0
votes
0answers
8 views

GMSMapView and myLocationButton

I've set the following option AppDelegate *appDelegate = [[UIApplication sharedApplication] delegate]; CLLocation *location = [appDelegate getCurrentLocation]; NSLog(@"Map is centered around long %f, ...
1
vote
0answers
41 views

In iOS, how to trace the swiped distance in google maps?

I've an application where I'm using Google maps SDK. If the user is doing a wild swipe on the map view controller,(say 100miles), Then I want to take the user back to his current location. How to ...
2
votes
2answers
21 views

Does the Google Maps iOS SDK v1.3 support tile overlays in front of the native map text?

So I've added a custom tile overlay to a Google Map on iOS using a subclass of GMSSyncTileLayer. The problem I'm running into is that Google's native labels on the map (e.g. the names of buildings, ...
0
votes
0answers
20 views

My xcode app bundle identifier has only two parts, is that OK?

My app called test in xcode has a default bundle id : SP.${PRODUCT_NAME:rfc1034identifier} SP is my company name. Which is quite different from what I see from other websites: ...
-1
votes
0answers
74 views

More than one map? [closed]

in my app I need to have more than one instance of the map, one main, and the other is temporary. the second one opens in a new window. the problem is that once I release that one in my controller, ...
0
votes
1answer
45 views

Google Maps APi for iOS: UIActivityView on custom info window

I'm trying to put a spinner inside a custom info window that appears when the user presses a marker. I have a custom view for the window that has lots of subviews that show up fine. But when I try ...
-1
votes
2answers
31 views

-[GMSMapView region]: unrecognized selector - Issue with Google Maps SDK for iOS

I'm here because I have a problem with the Google Maps SDK for iOS. My map is running properly, and everything works fine. In my project, I'm trying to get a dynamic zoom between 2 markers, in order ...
2
votes
1answer
42 views

Google Maps iOS, pathFromEncodedPath

Wondering if I've come across a bug or if I'm using the pathFromEncodedPath incorrect? GMSMutablePath *path = [GMSMutablePath pathFromEncodedPath:@"o|}bF~bsgV_pR??~`f@~oR?"]; GMSPolyline *rectangle ...
-1
votes
1answer
65 views

Custom Marker icon Google Maps iOS with image in image? [closed]

I try to create many markers in map with icon is a png image like placeholder. After that i want to set an other image inside of each placeholder. It look like: ...
0
votes
2answers
81 views

Search nearby in iOS Maps

I am trying to build a simple application using MapKit that will automatically search for a specific place when the app launches and drop pin(s) on the map at the locations(s). I am seeing all sorts ...
2
votes
2answers
69 views

How to add infoWindow to users current location in Google Maps v1.3 for iOS?

I would like to add an infoWindow when the user taps their current location (blue dot) in the Google Maps API V1.3 for iOS. I can get infoWindows on other markers but not to display above the users ...
1
vote
2answers
153 views

Google Maps iOS SDK move “My Location” button to bottom left hand corner

Using the Google Maps for iOS SDK, the "My Location" button is by default placed in the bottom right hand corner: I'd like to place it in the bottom left hand corner (yes, I realize I need to be ...
0
votes
1answer
122 views

GMSMapView: how to manage memory?

My app is using a GMSMapView in a subview, and memory usage is as follows: 1.25 MB before map access; 21.5 MB after first map access; 30 MB (and sometimes spiking above 30) after zooming in and ...
1
vote
1answer
49 views

Black Map in iOS Google Maps

In iOS, I'm trying to show a Google map with a customized style: all black except for white roads. The Google Maps Javascript library offers a "styled maps" option, but the iOS library does not. At ...

1 2 3 4 5 14
15 30 50 per page