G
Results
2
comments of
G
You need to create an API key from Google Maps, and use the generated API from Google Maps Console section.
> how do you do this? please help me I solved a similar issue when generating polylines. Model: ``` public function getLine($rp_zone) { return Map::findBySQL(" SELECT ST_Y((dp).geom) AS lat, ST_X((dp).geom)...