Questions tagged as 'google-maps'

0
answers

Google Maps API 3 - Search address by ZIP code + number (geocode)

I've made in an application the display of points on the map from an address typed on a form. I use the API v.3, javascript, and get the address using geocoder.geocode (x, y). I have followed the following format: log_type_logradouro, number -...
asked by 12.05.2015 / 16:15
1
answer

Virtual Tour 360 - Google Maps

I've done some map integrations with the Google Maps API for JavaScript on some clients, so I've noticed that map types conforming to documentation of basic maps are as follows: roadmap - Displays the default path map. This is th...
asked by 26.10.2017 / 14:47
2
answers

How do I create a map with a proximate circumference? [closed]

<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyDUZgjcLfmsJUX7oKmJhG_jqJK_gK0xkng"></script><bodyonload="initialize();"> <?php $geocode=file_get_contents('http://maps.google.com/maps/a...
asked by 16.06.2017 / 16:21
1
answer

How do I get the user's current location through the google maps API?

I'm new to development with this API and would like to show on the map that I'm developing the user's current position. My code: <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=AIzaSyB7s0zDs4RMWrpqWjAmr7OD-...
asked by 26.02.2015 / 18:04
1
answer

How to center the map in the middle of the polygon?

I have a polygon formed, at first, with 3 edges, basically created using 3 locations: Maiami, Puerto Rico and Bermuda. I took the example in the documentation that shows you how to create a simple polygon . However, by API required standard, yo...
asked by 22.06.2017 / 04:07
2
answers

Real-time Google Maps update

I'm using Google map to show objects in real time. I made a function in Javascript which is refreshed every 3 seconds and in that it updates those marked on the Google map. Something like: vmarcador[value.Id] = new google.maps.Mark...
asked by 12.08.2016 / 20:22
2
answers

Retrieve Google Maps address reporting Long and Lat

I have the latitude and longitude of a location in Google Maps, obtained from a marker and its own function, I would like to know if anyone has an idea or function that returns the complete address of the location based on these two param...
asked by 10.07.2015 / 19:13
1
answer

Set municipalities limits in GoogleMaps

I'm trying to create thematic maps using google maps api . Reading the documentation I realized that for coloring regions I need to set all the Lat Long coordinates of the perimeter I want. Someone who has ever had a similar problem: D...
asked by 18.03.2015 / 23:54
1
answer

How are GMAP API requests counted?

In an internal system, there is a simple plot of an A-B route on one of the pages. Recently this page is receiving a larger number of requests and consequently requesting gmap more often. I want to implement a way to just request and render g...
asked by 08.09.2016 / 18:47
1
answer

Framework to read json google maps api

I would like to know if there is any framework to read the data that comes in json from google maps directions? type, get the data and put in variables that I can pick up and use in the rest of the application     
asked by 10.11.2017 / 15:14