Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

show heatmap on Codeigniter googlemap v3 library

I've been using codeigniter google map v3 library by bio stall, currently i want to create some heatmap, it is already provided by googlemaps. documentation already cover on this URL

https://developers.google.com/maps/documentation/javascript/heatmaplayer#customize_a_heatmap_layer

but currently i little bit confuse how to use that heatmap on the Codeigniter library, which part that I've to modified to create a heatmap for Codeigniter google map v3 library ?

like image 392
Amir Rachman Avatar asked May 25 '16 04:05

Amir Rachman


1 Answers

I found here a tutorial on how to use CodeIgniter in Google Maps API Library.

The library enables you to create a map and overlay multiple markers, polylines, polygons, rectangles, ground overlays and/or circles, all of which are fully customizable. The library also supports showing directions between two points, including the ability to show the textual directions alongside the map too, and marker clustering. The first stages of integration with the Google Places API are available for use too.

For more information and some explanation, you can visit this video on how to use CodeIgniter in Google Maps API.

like image 71
KENdi Avatar answered Oct 05 '22 06:10

KENdi