Questions tagged as 'google-maps'

4
answers

Define coordinates when opening map

I need to open a map with specific coordinates (latitude and longitude). This data I already have, but I do not know how to set them on the map. PS: Is it possible to open directly to Google Maps?     
asked by 02.10.2015 / 06:35
2
answers

Displaying places near the current location of the Android Device

First of all, I can already get my location and display a Maker, but I have a web service that provides the coordinates of a store network, in case I have to display the nearest stores, my question is if I have a list of coordinates how do I sho...
asked by 14.04.2014 / 02:48
2
answers

Show / Hide Bookmarks as zoom Zoom on Android map

I'm developing an android app that will contain many markers on the map, and to not get too messy I would like that if you were zooming in on the markups going into Hide, I tried the following code: @Override public void onCameraChange(CameraP...
asked by 01.08.2016 / 20:22
3
answers

Disable zoom google maps not working

I implemented a iframe with a Google Maps map, the problem is that I wanted to disable scrool zoom and drag . I've tried this code inside and outside the jQuery function and it does not work: HTML: <div id="map"></div>...
asked by 19.03.2014 / 18:35
1
answer

How do I filter Google Maps results for a specific region?

I have a route system that captures user data and maps routes on the map: geocoder.geocode({ 'address': endereco + ', Brasil', 'region': 'BR' }, function (results, status) {} The problem is that it is returning addresses from all...
asked by 04.05.2015 / 20:09
1
answer

Google Maps Problem JavaScript API V3 with WebApp in MVC

I want to make a simple Map appear when the user clicks (Menu > Find), the problem is that the controller receives the data and sends me and does not return the Map. I'm using my default MVC project.    The code I made available in the...
asked by 15.03.2014 / 01:40
1
answer

Find closest addresses in Google Maps [closed]

I have more than 2,000 records in a database with address and zip code, and I want to locate the closest locations in my zip code using the Google Maps API. Example of what I need . But in my case I want to locate some of the records in t...
asked by 03.11.2014 / 18:16
1
answer

Simple multiplication in JavaScript

I have the Google Maps v3 code, which calculates the distance between two points: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Calcular distancia entre cidades (mapas e rotas)&l...
asked by 18.12.2014 / 13:30
1
answer

Map of google maps turns gray, but when I change the browser zoom back, what should I do?

So, guys, I have 2 parts of the system where I work, where I use a map to show the address of the property or person. But that in the property works perfectly, but in person (q has the same codes) I have to zoom in on the browser that looks perf...
asked by 19.07.2016 / 07:02
1
answer

How to plot a route using maps API

I'm making an application in Android Studio for an event and would like it to: When you open a specific screen, the app would use mobile phone gps to acquire the source coordinates and open the google maps app to create a route with the desti...
asked by 30.09.2016 / 18:52