Tagged Questions
0
votes
1answer
27 views
IOS Maps App Using Google SDK (ERROR)
Xcode is giving me this error. I am trying to create a maps app using the Google SDK. ANY HELP IS GREATLY APPRECIATED.
-1
votes
1answer
121 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
1answer
56 views
Search for coordinates in a path
I'm new in iOS iPhone development and I'm having some problems using maps.
I'm trying to find a way to create a path with lots of coordinates points (latitude, longitude) and then check if a specific ...
1
vote
1answer
187 views
Google maps ios api using user's location in fitbounds
I am trying to set a bounds between the users location and a selected marker. I can set everything up properly but when I try to use the users location (mapView_.myLocation.coordinate) it says the ...
0
votes
1answer
153 views
How to detect Polyline touches? - Google Maps iOS SDK
I am looking at adding Routes to my App. I was wondering how can I detect a touch on a GMSPoyline? I am using version 1.1.2 of the Google Maps SDK.
0
votes
1answer
74 views
Google maps for ios probleam
I am learning to develop for iOS. I am using the Google Maps API for iOS to do a map. I've putted in my project a view that I've putted in my inspector element like GMSMapView.
In my code I put this ...
0
votes
1answer
140 views
Google Maps SDK v1.1.2 for iOS demo doesn't work?
I'm using the current version 1.1.2 of Google Maps SDK for iOS.
1.i added apikey.
2.Compiled successfully,
but can not run.i can't see anything.
http://i.stack.imgur.com/iyIHs.jpg
Anyone who has ...
-1
votes
2answers
271 views
Google Maps iOS [closed]
I am trying to insert Google Maps in a CGRect in iOS. But the code below still displays the map in the entire iPhone page. How do I fix this
CGRect rect = CGRectMake(50, 10, 200, 200);
...
2
votes
4answers
345 views
Increase in app size after use of Google Maps SDK for iOS
I tried using the Google Maps SDK for iOS and it seems to add a considerable amount of size (96Meg) to our app, which is currently only at 26Meg (using the Apple maps).
I would apprecaiate any ...
0
votes
1answer
151 views
Limit of Overlays for Google Maps SDK for iOS encountered
Just wondering if anyone here has encountered or have found a way around the following issue:
1) The SDK seems like it cannot handle the 2700+ lines of paths we are trying to overlay on the map. When ...
0
votes
1answer
312 views
Move an overlay Google Maps iOS SDK
I'm basically trying to move an overlay along a path as time moves along. This is how I'm doing it right now:
Imagine that this is all in an NSTimer with new values for position each time.
...
0
votes
1answer
125 views
how to make sure google maps iOS SDK not using private API?
Google maps SDK for iOS is released by google recently and I am planning to integrate that in my iphone app. But I want to make sure that google not using any private API in their API to avoid ...
0
votes
1answer
141 views
Migrating to Google maps from iOS maps
I have an app in the app store which I use iOS/ Apple maps. Now with google maps sdk 1.1 I decided to migrate form Apple maps to Google maps. Is there an easy way to do this without re-writing most of ...
3
votes
2answers
1k views
Google Maps SDK for iOS trying to run on iOS 4.3
I successfully integrated the sdk with my app.
My app is intended to run with Google Maps sdk for iOS6,
and with Apple UIMapKit for iOS 4.3 and 5.x .
Since I added the google maps framework,
ios ...