Questions tagged as 'google-maps'

0
answers

Determine neighborhood from Latitude and Longitude

I'm using Google Maps API V3 more specifically angular-google-maps . I need to display the user's exact point at the time he opens the map and also display all the people who may be in that neighborhood (whether or not there at the time). The...
asked by 21.03.2017 / 01:46
0
answers

Wrong location API Google HTML

Hello, I'm trying to capture my location from the Google API / with the features of the new HTML5. But my latitude and longitude always gives this one that is incorrect, either on the computer or mobile: latitude: -23.550519899999998 longit...
asked by 26.05.2017 / 16:13
0
answers

MVC Component for Google Maps

I'm currently using the Googlemap control for Asp.Net MVC component. to render maps from GoogleMaps. I'm using this component because I'm going to have to trace the route of a vehicle coming from the database via model, then I'll use the co...
asked by 17.11.2016 / 22:35
1
answer

Remove bookmark when adding a new one

googleMap.setOnMapClickListener(new GoogleMap.OnMapClickListener() { @Override public void onMapClick(LatLng point) { MarkerOptions marker = new MarkerOptions().position( new LatLng(point.latitude, point.longit...
asked by 21.11.2016 / 22:21
1
answer

Google Maps, doubt about marker radius overlay

I implemented the Maps API v3 in Javascript on a reservation system, in the system I used PHP to connect to the MySQL database to return the units of a franqueadora that already exist and are operating, and also made available on the same screen...
asked by 07.08.2018 / 02:49
1
answer

InfoWindow is always the same in the markers all (javascript)

I'm creating the markers as follows: var contentString = '<div id="content">' + '<div id="siteNotice">' + '</div>' + '<h1 id="firstHeading" class="first...
asked by 20.05.2016 / 16:49
0
answers

Naming polygons on google maps

I'm using a google maps api to generate some fields and I'd like to generate their names in the polygon itself as soon as I open the map instead of generating it in the balloon. codethatgeneratesthepolignos:varmap;varinfoWindow;functioninitMap(...
asked by 04.08.2016 / 15:18
1
answer

How to load this .json file into a google API?

I'm having trouble uploading a .json file that contains polylines from the city of Rio de Janeiro within the Google Maps API. I want to apply these route polylines between cities in Rio de Janeiro, on top of a google maps, but I do not know e...
asked by 30.09.2015 / 13:34
0
answers

Create polygon tool

I need to create a tool that draws a Polygon using the existing polygon tool. It would have a field LAT and LNG , where you would enter the values and it will add the points alone, without having to click with the mouse . Here...
asked by 02.10.2015 / 04:59
1
answer

Callback after moveCamera in Google Maps

I have a PageView that, in one of your Fragments, houses a MapView with a map in "Lite" mode. Clicking on this map launches a second activity ( startActivityForResult ) that is composed of a complete map, where it is possible to mark a cer...
asked by 04.03.2015 / 06:45