Google Maps show the message “For development purposes only” when I try to show it in my webpage: How could I make this message go away? My code is...
I’m trying to use Google MAP API v3 with the following code. <h2>Topology</h2> <script src="https://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="{% url css_media 'tooltip.topology.css' %}" /> <link rel="stylesheet" type="text/css" href="{%...
I have a set of points I want to plot on an embedded Google Map (API v3). I’d like the bounds to accommodate all points unless the zoom level...
I am using google autocomplete places javascript to return suggested results for my searchbox , what I need is to only show the city and the country related to...
This is what I use to display a map with 3 pins/markers: <script> function initialize() { var locations = [ ['DESCRIPTION', 41.926979, 12.517385, 3], ['DESCRIPTION', 41.914873, 12.506486, 2], ['DESCRIPTION',...
I’ve seen lots of other questions similar to this (here, here and here), but they all have accepted answers that don’t solve my problem. The best solution I have...
I have a latitude, and longitude : "-27.0000,133.0000". I want produce a map base on that. I’ve tried go to this link https://maps.googleapis.com/maps/api/geocode/json?latlng=-27.0000,133.0000&key=****** I keep getting this error on...
I’ve recently switched to Google Maps API V3. I’m working of a simple example which plots markers from an array, however I do not know how to center and...
How do you calculate the distance between two markers in Google maps V3? (Similar to the distanceFrom function inV2.) Thanks.. 16 Answers 16
I am setting multiple markers on my map and I can set statically the zoom levels and the center but what I want is, to cover all the markers...