php-google-map-api
php-google-map-api copied to clipboard
Automatically exported from code.google.com/p/php-google-map-api
Hi, I've changed a PHP keyword to comply with [this standard](https://www.php-fig.org/psr/psr-2/#25-keywords-and-truefalsenull) in PSR2. It's admittedly a small fix but I hope it helps!
In PR #97, it was pointed out that adding autoloading to the `composer.json` file was not possible because there are two files which specify the same class name. We required...
would you add realtime geolocation tracking gps. Thank you.
It seems like this project is dead, but I use it in an old project that is still running. I found a bug in the API-call to Google in the...
``` Hi, I just wanted to ask you if there is a way to let user drag and drop the marker over a specific place, so that he would be...
When enabling marker clustering, I do get the cluster icon, but when zooming and clicking on the icon, it does not show my icons....
I followed a link to this via http://www.phpinsider.com/php/code/GoogleMapAPI/ _"May-7-2010 NOTE: this project has a new home at Google Code"_ ....but now it has a new home here!
``` I changed these two "die()" to "echo+return" instead, it provides a gracious failure that I can then respond to in other code. die('GoogleMapAPI:createMarkerIcon: Error reading image: ' . $iconImage);...
``` Here's working Code for Geolocation via YAHOO Placefinder API: // Yahoo Geocoding API // Compose YQL query $_yql_query = 'select * from geo.placefinder where text = "' . str_replace('"',...
``` Ability to move active marker to front and animate. Something like this http://yarealty.com/student/apartments/bedrooms/1#/interactive-map-view would be nice. ``` Original issue reported on code.google.com by `[email protected]` on 27 Sep 2013 at...