Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Heatmap in Google Maps SDK for iOS

Is there a way to add a heatmap layer with the Google Maps SDK for iOS?

Note: I am refering to the same feature that exists in the Javascript version of Google Maps.

like image 445
rufo Avatar asked Aug 13 '14 21:08

rufo


People also ask

Is Google Maps iOS SDK free?

The Maps SDK for iOS uses a pay-as-you-go pricing model.

Can I use Google Maps in iOS app?

With the Maps SDK for iOS, you can add maps based on Google maps data to your application. The SDK automatically handles access to the Google Maps servers, map display, and response to user gestures such as clicks and drags. You can also add markers, polylines, ground overlays and info windows to your map.


1 Answers

Google had updated their libraries, now they are providing support for iOS too. Developers looking to integrate heat map make use of it.

  1. Please refer this link for further detail about heat map.

  2. Also check out the sample project provided by google on Github.

  3. Install heat map by using following comand pod 'Google-Maps-iOS-Utils'

Thanks.

like image 139
Gokul G Avatar answered Oct 02 '22 18:10

Gokul G