How can I change the color of a Google Maps marker?
I’m using the Google Maps API to build a map full of markers, but I want one marker to stand out from the … Read more
I’m using the Google Maps API to build a map full of markers, but I want one marker to stand out from the … Read more
<script type=”text/javascript”> var infowindow = new google.maps.InfoWindow(); var pinkmarker = new google.maps.MarkerImage(‘/wp-content/themes/mapdemo/pink_Marker.png’, new google.maps.Size(20, 34) ); var shadow = new google.maps.MarkerImage(‘/wp-content/themes/mapdemo/shadow.png’, new google.maps.Size(37, … Read more
I am trying to a make custom InfoWindow after a click on a marker with the new Google Maps API v2. I want … Read more
Google Maps show the message “For development purposes only” when I try to show it in my webpage: How could I make this … Read more
I am dealing with an issue that I would like to have some suggestions on how to solve it. I have a self-hosted … Read more
I’ve spent some months trying to figure out how to get users geolocation and pass it into MySQL and so after being shown … Read more
I am working on a WordPress site where the authors usually embed Google Maps using iFrames in most posts. Is there a way … Read more
I have been trying to figure out what is wrong with my code for a couple days now, and I can’t seem to … Read more
I have a PHP based application that runs on the Google Maps API. Most of it is written in straight PHP and Javascript, … Read more
What I am trying to do is extract elevation data from a google maps API along a path specified by latitude and longitude … Read more