I'm using the Maps v3 API, but I'm having a hard time clicking a button to trigger the SearchBox action to find the address on the map as a trigger trigger a enter event, follow the example below:
<!DOCTYPE html>
<html>
<h...
IhaveaPolylinebetween" Origin " and " Destination ", in this Polyline I need to insert markers in a given "Point" location, I do this using the function isLocationOnEdge ().
But when there are Polylines adjacent to the " Point " location, I'...
I have the following map, and I need to change the color of the selected area, as you can see if the user selects the state Mato Grosso would like the background to change color.
I have already tried using the options presented in the documentat...
I get several polygon arrays, each polygon has its latlng and information like ID, TYPE, and so on.
How do I create these polygons on the map?
I already tried to use the for but it is giving error, saying that it is not an array.
for(...
I'm using the CameraPosition () to get the Camera Zoom in Google Maps
mMap.getCameraPosition().zoom
It works perfectly when calling from somewhere in the code, but I would like to create a Listener to change the Camera Zoom either by gest...
Well, I have the following problem to solve ..
I'm using the google API to pick up the user's current geolocation,
but by clicking on the icon that takes the geolocation the form is only submitted if you click on the input and press enter, but I...
I'm working on an app where the user can see the establishments closest to him.
In the bank I keep latitude and longitude, and in mobile I retrieve the user's position. I made a LIMIT in SQL to bring paged this data by ordering by the shortes...
My Google Maps, when zoomed "global" and I use draggable, it disappears, as if it were some bug in the div.
GLOBAL VISION, WITHOUT USING DRAGGABLE.
DRAGINGTHEMAPINTHEGLOBALVISION.
CSS CODE:
html,
body,
#map {
h...