Skip to main content

All Questions

0 votes
0 answers
32 views

Google maps ios marker location issues

I am using google maps in ios. Every thing is working fine in simulator and device but when I search address using placeclient and select it then marker place a different location. https://drive....
yaxanof252 yaxanof's user avatar
0 votes
0 answers
33 views

How to animate the GSM marker when its tapped - iOS Swift?

I'm working with a GMSMapView in my iOS app to display multiple location markers. When a user taps on a marker, I'd like to apply a bouncing animation to it. Is there a way to achieve this? Any ...
Dhanaseelan's user avatar
0 votes
1 answer
45 views

GMSMarker infoWindow - data not updating

What I am trying to accomplish is to refresh the map every X seconds. When doing so, I want to update the content of info window of selected marker. However, the marker data is updated (tried with lat/...
Andrija Randjelovic's user avatar
1 vote
0 answers
117 views

GMSMarkers blinking on map when I change the value of tracksViewChanges

In my application, I am using GoogleMaps and a custom GMSMarker. However, my markers are dynamically calculated to decide what they should render or not. For example, when a marker is too close to ...
Fetrindade's user avatar
0 votes
1 answer
62 views

I am using an xib to display custom info window in google maps. The info window is not getting shown

My XIB Class With Self initialization final class MarkerWindow: UIView { @IBOutlet var containerView: UIView! @IBOutlet weak var imgUser: UIImageView! @IBOutlet weak var lblUserName: ...
Fiza Saiyed's user avatar
0 votes
1 answer
290 views

Can we show some dynamic text along with the marker on Google maps in Swift?

I'm trying to add some text under marker like in the picture mentioned below,I'm using google maps, Swift I want to add some text under my marker. There is a way to do that? My Code self.mapView....
Gursharan Sach Deva's user avatar
0 votes
0 answers
166 views

Set marker to place id in Android-iOS Google Maps SDK

I use google maps in my apps for Android-iOS-WebJS. In web version I can load the map inside an iframe using only the place id: <iframe width="100%" height="199px" style=...
Bill's user avatar
  • 11
0 votes
1 answer
508 views

Multiple markers are not plotted on google maps in ios swift

I am plotting multiple custom-view marker on google maps in an iOS swift project but sometimes they are not visible. But when I tap on google maps, the tappable action is called. This means the data ...
kaku's user avatar
  • 1
0 votes
2 answers
711 views

Google Map getting crashed after drawing around more than 1300 markers with custom color setting icon property

I can draw more than around 8000 default red markers without setting icon property for marker. But I want to draw markers with different colors depending upon marker's value. In XCOde I get below ...
poojathorat's user avatar
  • 1,210
1 vote
0 answers
349 views

How can I make Google maps markers activate drag on touch instead of long touch

I have looked at other posts relating to similar issues and have not seen any answers which have been helpful to solving the issue. What I want is for the markers within my map to be draggable which ...
DESWIJ's user avatar
  • 63
1 vote
1 answer
2k views

Swift 5: How to add Marker on GoogleMap on tap/touch with coordinates?

I was learning GoogleMap-SDK for iOS, in the process i did searched for the above question and found satisfactory answers but not the one that's practically useful. E.G. : Swift 3 google map add ...
Nayan Dave's user avatar
  • 1,670
1 vote
0 answers
101 views

How to add multiple clickable markers that popUp image when click in Googlemap

I added mapView with @IBOutlet and the extension of GMSMapViewDelegate{} below code able to parse the returned json result. The code will get the image url and Latlon. Problems: the markers are added ...
MilkBottle's user avatar
  • 4,312
1 vote
2 answers
907 views

How to deselect a GMSMarker after removing custom infowindow in google maps swift

So I have been using Google Maps iOS SDK 4.0.0 and my requirement is like this when I tap on a marker it should add UIViewContoller's view which I easily achieved. Take a look on the following code: ...
Poles's user avatar
  • 3,672
0 votes
1 answer
283 views

Google Map Marker userData is becomes nil after Cluster iOS

I am using Google Maps in iOS app. I set userData to markers, some String for example. marker.userData = "SOME_ID" When I tap on the marker I can get this userData without problem from any ...
Misha Akopov's user avatar
  • 12.8k
1 vote
1 answer
275 views

How to add additional information in Google map marker on iOS

I am working on iOS google map marker. What I want to do is to add additional information such as tag in marker. On Android, I can do that as following: marker.tag = store_id But on iOS, there is no ...
Emre Kayaoglu's user avatar

15 30 50 per page
1
2 3 4 5
12