Questions tagged [google-maps-sdk-ios]

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

The new Google Maps SDK for iOS allows users to view and interact with a Google map in your iOS app. With rotation, tilt, 3D buildings and many other features, you can create highly interactive apps for your users.

Google Maps SDK for iOS Documentation

1363 questions
-1
votes
1 answer

Google Maps GMSMarker infoWindow frame

In iOS, is there any way to get the frame or location of the GMSMarker infoWindow that pops up? I have created my own custom view for the infoWindow and it all works, but I want to be able to get the location of that infoWindow when the user taps on…
Ferdinand Rios
  • 972
  • 6
  • 18
-1
votes
2 answers

Google maps api from where we get?

I want to use google maps in my ios application can anyone tell me that from where I will get google maps framework so that i can implement it in my application. Is is free or any cost i have to pay for google map library.
user6385712
-1
votes
1 answer

Objective C Google maps

Below is my code for getting latitude and longitude of the location but whenever it is executed it returns this: You have exceeded your daily request quota for this API. We recommend registering for a key at the Google Developers Console. I have…
-1
votes
1 answer

Check if 2 locations are in the same city

I have a location called savedLocation that contains a location that I've pre-saved to my app. I want to check if the savedLocation and the user's current location are in the same city. Creating the CLCircularRegion…
FS.O
  • 403
  • 6
  • 24
-1
votes
1 answer

google maps project won't run on device or any simulator prior to 6s plus - Xcode 7

I am trying to use google maps in my app but when trying to run the simulator it works only on the iPhone 6s plus simulator but not on anything else. I tried testing it on my actual phone, iPhone 5s, and it still does not work. Ive made sure google…
-1
votes
1 answer

Using text fields with Google Maps SDK for iOS

I'm trying to add a simple text field to the google map view. The textfield is getting displayed, but i can't write/type anything inside it. The keyboard don't show up either.. please help me fix this problem. this is what i'm doing: //Add text…
-1
votes
1 answer

Free drawing on Maps

I need to create functionality where a user draws (freely) his daily route on a map. Using iOS Maps / Google Maps SDK, how can I achieve it? The MapView will be fixed at a location and a zoom level, so it doesn't move while the user is drawing. The…
Dunes Buggy
  • 1,779
  • 1
  • 21
  • 41
-1
votes
1 answer

Why does my application crash when the UITextField text reaches a certain length?

I'm using the Google Places API for iOS. I'm working on creating an autocomplete function, and I'm putting the suggestions in 4 buttons (for reasons that aren't relevant to this question), but I'm noticing that, once the user input reaches a certain…
JayB127
  • 73
  • 9
-1
votes
1 answer

size of iOS app in relation to project size

I'm making an iOS app on XCode and the project folder size was small, ~ 1MB. Then I needed a screen which showed some information and markers on a map, so I used Google Maps for iOS. This required me to add the Google maps framework into my project…
Kartik_Koro
  • 1,277
  • 1
  • 11
  • 23
-1
votes
2 answers

adding action event to button in google maps sdk in ios

In my application i created a button on the google maps mapview as a subview. now how to add click event to that button. That button is visible in app but not visible in nib file. how to add the event
BalaChandra
  • 632
  • 9
  • 33
-1
votes
2 answers

how to show route and calculating distance using google map or ios mapkit

i have question regarding ios map application. I didn't found any good help for some point. I tried both ios and google map but i am unable to find the help for both. I am stuck on few points so can any one help me those points are how to show…
preciouslogic
  • 65
  • 2
  • 7
-1
votes
3 answers

Is it possible to load a library before linking based on iOS version?

I have an application which is supposed to use google maps and mapkit framework. Now, google maps are only supported on iOS version 5.1 and further whereas Mapkit framework is supported on lower versions. I want to the application to: Load Mapkit…
Rohit Kashyap
  • 934
  • 2
  • 8
  • 23
-1
votes
1 answer

Google Maps SDK for iOS How to Identify if a location is within 5 miles of current location?

I have a list of lat/longs that represent the places I want to show on the Google Maps. How can I check which of these places are near my current location. Something like Near Me functionality that we generally see. I am using Google Maps SDK for…
JDev
  • 15
  • 10
-1
votes
2 answers

Google Maps iOS

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); GMSCameraPosition *camera = [GMSCameraPosition…
Ashish Agarwal
  • 14,555
  • 31
  • 86
  • 125
-2
votes
0 answers

How to access restricted Google My Maps and access it through Maps JavaScript API

I'm trying to access restricted Google My Maps using Maps JavaScript API. The map is shared on Drive with restricted access for users. For accessing the restricted map through Maps JavaScript API I have created the API Key from Google Console…
Kazi Rahiv
  • 529
  • 3
  • 6
1 2 3
90
91