gmsmapview Questions
6
Solved
I'm returning a UIImageView in - (UIView *)mapView:(GMSMapView *)mapView markerInfoWindow:(GMSMarker *)marker;
This UIImageView loads images dynamically through a URL using SDWebImage.
As the doc...
Motherhood asked 27/6, 2013 at 11:47
2
I am working on play video on GMSMarker pin and below is my code. The display and hide/show pin view, everything work fine. Except video not play. I am using story board with pinview.
@interface M...
Amorphism asked 2/9, 2017 at 9:39
3
I am creating an app using swift. In one of my ViewController, I have a GMSMapView that I create programatically. I want user to have the capability triggering an action when clicking on the map.
...
Simmer asked 19/11, 2014 at 12:36
6
Solved
I just upgraded to Xcode 7.1. When I try to set the mapType of a GMSMapView I get the error Ambiguous use of 'kGMSTypeNormal', Ambiguous use of 'kGMSTypeTerrain', and Ambiguous use of 'kGMSTypeHybr...
Demonology asked 26/10, 2015 at 5:12
2
https://developers.google.com/maps/documentation/ios-sdk/utility/marker-clustering
I am working for map clustering . In map clustering
private var mapView: GMSMapView!
is used for mapView but ...
Phonograph asked 20/3, 2017 at 2:16
2
Solved
Im using GMS (Google Maps SDK) In my current project, and it looks like this
Is it possible to style the map to something like this? and still use GMS.
Pneumograph asked 3/9, 2016 at 21:51
1
Solved
I am working with Google Maps iOS SDK with multiple markers which will show marker info window on marker tap. Below code works for multiple markers and marker displayed in the Map View as expected....
Rempe asked 22/12, 2016 at 12:54
2
Solved
I am using this code.
let marker = GMSMarker()
marker.position = coordinates
marker.tracksViewChanges = true
marker.icon = UIImage(named:"car")
marker.appearAnimation = kGMSMarkerAnimationNo...
Lazare asked 2/12, 2016 at 12:43
1
I am working on a navigation app and tracking user's current movement on an already drawn GMSPolyline. It works good when the user is going straight. Now if, suppose there is right / left turn or a...
Sphenic asked 9/12, 2016 at 12:50
2
I am learning about the Google Maps SDK and getting to know Swift, and when I create a mapview centered on my location using myLocation = true, the location bubble shows up, but it appears with a s...
Lucaslucca asked 5/1, 2015 at 21:2
1
Solved
I call animateWithCameraUpdate on a GMSMapView expecting it to change the map view to show the new GMSCoordinateBounds but it has no effect.
My map loads in a UICollectionViewReusableView to init...
Fleischer asked 28/11, 2015 at 13:12
6
i'm working with Google maps iOS sdk.
i want to get the coordinates of the touched point when user taps an overlay.
there is this delegate method:
- (void)mapView:(GMSMapView *)mapView didTapAt...
Demona asked 25/5, 2014 at 16:55
2
Solved
I use the Google SDK for an application iOS8 (Swift).
I want to replace the blue dot (my location) in a GMSMapView by an arrow witch rotate according to the orientation of the smartphone.
How can I...
Angy asked 11/3, 2015 at 13:34
2
Solved
I have a GMSMapView that allows for a handful of gestures inside of it (pan, zoom, etc). I am trying to implement a Facebook style slide out menu from this view. What is the best way to detect a pa...
Euroclydon asked 16/8, 2014 at 11:38
3
Solved
I want to test if a CLLocationCoordinate2D is inside a Square created from other four CLLocationCoordinate2D
I have a struct like this:
typedef struct {
CLLocationCoordinate2D southWest;
CLLoca...
Salinger asked 25/5, 2015 at 7:18
1
How can I retrieve the GMSCoordinateBounds from a GMSCameraPosition? I want to know the visible coordinates on the map (at least Northeast/Southwest points) everytime the user moves the camera as i...
Tarboosh asked 20/5, 2014 at 22:26
1
Solved
I want to create 20 marker with different on google map.
When i set UIColor from RGB some colour do not match.
teamColor = [UIColor colorWithRed:255.0/255.0 green:250.0/255.0 blue:229.0/255.0 alp...
Interrogate asked 13/3, 2014 at 10:18
1
I have added a marker as the following:
marker = [GMSMarker markerWithPosition:desLocation];
marker.title = @"Title";
marker.appearAnimation = kGMSMarkerAnimationPop;
marker.snippet = @"Snippet";
...
Nocuous asked 19/12, 2013 at 17:35
1
I want to show an arrow image on GMSMapView(i am using google maps sdk).
Now if i am driving(arrow is showing my current location) and i have to take left turn then i have to change bearing of map...
Anselma asked 2/12, 2013 at 7:28
1
I’m changing my app by migrating iOS maps to google maps using Google Maps SDK for iOS V1.1.0 and I’m trying to animate the markers while adding/removing but I didn’t find any suggestions in the do...
Larner asked 8/3, 2013 at 7:27
© 2022 - 2024 — McMap. All rights reserved.