gmsmapview Questions
1
Every time i run my code i get the error:
Failed to get service from broker.
java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'.
at android.os.Parcel.createException...
Alvira asked 4/2 at 10:7
5
Solved
Trying to add a marker to Google map,but the app is getting crashed at while addMarker() function call,Exception details are as follows,
Terminating app due to uncaught exception 'GMSThreadExcept...
Counsel asked 8/7, 2015 at 8:20
6
Solved
I'm working with a Google Maps View and I want to add a button to the map that when tapped, will move the camera to a specific location. I currently have a button outlet and an action connected to ...
Ansilma asked 13/5, 2017 at 1:59
5
Solved
I am displaying a marker in a particular place, along with displaying the current address in the address label on Google Maps.
Now, I want to change the location by moving the Google Map, but the ...
Loesch asked 23/6, 2016 at 12:53
6
I currently have a UIView in my View Controller which I have changed to a GMSMapView in the Interface Builder, but nothing shows up, as shown in the picture below:
Here is the code that I am usi...
Vintner asked 1/4, 2016 at 22:47
3
Solved
I'd like to add an API_KEY for GoogleMaps for testing and in documentation I've read this :
Tip: During development and testing, you can register a project for testing purposes in the Goo...
Nunes asked 9/9, 2018 at 21:4
9
Solved
I am integrating google maps sdk. Its all work fine. But how to remove particular Marker(Pin Point) when second will appear.(I am not using Mapkit)
I want the following:
If i tap on map then one ...
Sawtoothed asked 18/1, 2014 at 6:30
3
Solved
I just switched from Apple Maps to Google Maps. An issue that I can't seem to find an answer to is how do you make the icon for a GMSMarker to start from the center rather then from the bottom of t...
Vargueno asked 10/3, 2015 at 4:5
12
Solved
I am Developing an iOS Application. In that Application i am having 2 Fields From and To. I Entered Address using Google Auto Complete API.and also i am able to Getting the Latitude and Longitude o...
Boss asked 21/3, 2014 at 5:23
6
I placed 100 GMSMarkers on GMSMapView. How to remove all the GMSMarkers?
In Google Sdk Version 1.6 for iOS.
Marker array(in GMSMapView (Overlays) file) which will be holding the GMSMarkers list i...
Piscator asked 22/11, 2013 at 11:56
3
Solved
App is crashing on a map screen when it open and close several times. (Mostly on 6th attempt)
Class that inherits from GMSMapView
class AirportMapView: GMSMapView , AirportMapViewProtocol{
weak ...
Faliscan asked 10/1, 2019 at 13:23
3
Solved
I'm currently using a GMSMapView in my swift app, and the energy impact is never decreasing ( as the CPU usage or Memory usage ).
Did anyone already faced this issue ?
Using Google Maps 2.0.1
...
Thielen asked 29/8, 2016 at 15:50
8
Solved
I have requirement like on my current location one view will display. It will rotate if device was rotate or location will be change.I research lot but got all the code which have a fix location or...
Conceivable asked 6/4, 2016 at 12:0
2
Solved
I am using Google Map service GMSMapview in my iOS Application. In that I have two CLLocationCoordinates. One is Current Location and other is Destination Location. I am trying to fit the map withi...
Tarazi asked 26/4, 2017 at 10:28
6
Solved
I have created animated polyline like CAShapeLayer by following code, I have added CAShapeLayer as sublayer to GMSMapiew but, if I move the map the layer won't moves. where to add the layer, so tha...
Colter asked 6/3, 2017 at 8:9
2
When using my app in a foreign country, the google GMSGeocoder is returning the response in local language automatically. how can I set it to always return the the response in English?
Im using GM...
Muskogee asked 7/4, 2014 at 9:23
2
Solved
I made a map view with GMSMapView and I wanted to draw a polyline according to the touch of a finger. but this feature makes me stuck because I have not been able to find the appropriate reference....
Satinet asked 6/6, 2018 at 6:36
1
There is this error I get which you can see below.
I found what causes the error is the incompatibility between the gms version in my project and the one used in Onesignal.
I have checked every si...
Shahjahanpur asked 4/4, 2018 at 7:31
2
Solved
import UIKit
import GoogleMaps
import FirebaseDatabase
import GeoFire
class MapViewController: UIViewController, CLLocationManagerDelegate, GMSMapViewDelegate {
var mapView = GMSMapView()
var l...
Whitford asked 13/5, 2017 at 11:28
6
Solved
I have incorporated the following:
Tried importing both the GoogleMaps/GoogleMaps.h as well as the GoogleMapsM4B/GoogleMaps.h files through an Obj-C Bridging Header
Manually typed out the iOS A...
Lanti asked 17/8, 2015 at 15:37
2
Solved
I am getting this error
use of unresolved identifier 'kGMSMarkerAnimationPop'
when I use the following code in Swift 3:
let camera = GMSCameraPosition.camera(withLatitude: location.coordinate...
Unsocial asked 28/3, 2017 at 6:47
3
Is there an official way to set a custom user location dot in Google maps for iOS (GMSMapView)?
Is there a known way to "hack" it? Like iterating through all subviews and layers and fish the blue ...
Bungle asked 23/6, 2015 at 9:4
2
Solved
I am using Google maps services in iOS (Swift) and Android. In android, the map view has a method called animatreCamera that has an animation in which the movement has a "zoom out - zoom in" effect...
Caton asked 17/6, 2015 at 17:58
1
Solved
I have drawn path with marker in google map. So the path is static but marker needs to change their positions. How can I remove all markers without using mapview.clear(), because it will clear my p...
Reluct asked 11/10, 2017 at 10:14
4
Is there a way, to detect zoom (pinch and double tap) in this Google Map Services component?
- (void)mapView:(GMSMapView *)mapView willMove:(BOOL)gesture
Above method fire regardless of the move...
Korry asked 29/3, 2014 at 18:10
1 Next >
© 2022 - 2024 — McMap. All rights reserved.