Questions tagged [google-maps-ios-utils]

`google-maps-ios-utils` used for maker clustering with `google-map-sdk` in `iOS`

google-maps-ios-utils open-source library contains classes that are useful for a wide range of applications using the Google Maps SDK for iOS.

Manage marker clusters

The GMUClusterManager helps you manage multiple markers at different zoom levels. This means you can put a large number of markers on a map without making the map hard to read. When a user views the map at a high zoom level, the individual markers show on the map. When the user zooms out to a lower zoom level, the markers gather together into clusters, to make viewing the map easier.

Create a quadtree to track points in a given area

A quadtree is a data structure that's useful for finding points near a single point, by searching inside an area surrounding the point of interest.

google-maps-ios-utils libray overview : Overview of the Utility Library

19 questions
0
votes
1 answer

How to handle individual markers in marker cluster in google map

I am implementing marker clustering in google map. I am getting data from api (a list of lat long and other information). using google-map-ios-utils library I am doing clustering but I am unable to attach data individually with each marker in the…
Rj19
  • 305
  • 1
  • 6
  • 20
0
votes
0 answers

Compile Google-Maps-IOS-Utils into Nativescript

can someone help me please: I'm trying to add Google-Maps-IOS-Utils to my project , but I'm having issues. Basically I just need the following class to be available in my project: "GMSGeometryUtils" If installing from Podfile (by plugin), it will…
0
votes
0 answers

How can I draw a UIBezierPath onto Google Maps using the iOS SDK?

I have created a curved UIBezierPath from a list of points on the Google Map in my iOS application. Is there any way for me to draw this path on the GMSMapView? The only options I have seen so far for GMSOverlays are straight lines (GMSPolyLine,…
haplo1384
  • 1,206
  • 1
  • 12
  • 29
-1
votes
2 answers

iOS | Prevent Google Logo from Redirecting to Google Maps

We are using pod 'GoogleMaps', '~> 3.9.0' in our application. We just want to prevent redirection to Google Maps app when user taps on Google Logo in the GoogleMap.
Sridhar
  • 2,228
  • 10
  • 48
  • 79
1
2