Questions tagged as 'google-maps'

1
answer

How to open, via intent, the Google Maps app in certain Latitude / Longitude?

Using this rule, I can view the information in the database. I'm trying to put a button to get the latitude and longitude of the database so when you click it open google maps. public class UsuarioAdapter extends ArrayAdapter<Usuario> {...
asked by 24.10.2015 / 00:31
1
answer

Problems to delete a "circle" object that is on google-maps

I'm having trouble deleting circle-like objects (API google-maps) being shown on my map. I have a function that receives JSON data and creates a global array ( arrayElements ) containing objects ( element ) that have: JSON information and an...
asked by 25.03.2015 / 01:51
2
answers

Zoom button and Street View do not appear on Modal Boostrap

I'm loading Google Maps v3 into a modal Boostrap Framework. The problem is that I can not see the icons / zoom button and Street View, they appear distorted in the blue square of the image. The right one was to appear on the red square as standa...
asked by 10.03.2015 / 16:54
1
answer

Merge image and map Google Maps

I have the following situation. Map of google and above the map I added a picture. The problem is that when I add an event on the map, this event does not work on the image .. and vice versa. google.maps.event.addListener(historicalOverlay, "c...
asked by 15.04.2015 / 02:10
2
answers

How to find specific point coordinates

I need the coordinates of a specific Google Maps point. Like as if I clicked on a point and somehow the API showed me the mnsm string. Well I need to calculate distance between 2 points     
asked by 19.05.2015 / 04:12
1
answer

Styling markers on Google Maps V3 routes

I created a form where the person types where they are, and then a search is performed and a route is defined. The question is: its starting point after the route is set is not appearing the icon that I created at the beginning of the code. H...
asked by 29.04.2015 / 19:42
1
answer

Center map with more than 1 (one) marker

I would like a little help if possible. I'm developing a website, and implementing Google Maps V3 Javascript functions, but I have not found any documentation on how to center the map containing 2 or more bookmarks. Do not center on 1 (one...
asked by 29.01.2015 / 04:11
2
answers

Address translation in Google Maps

I'm making an app to search for addresses in Google Maps. Is there any way to convert a String to Location , so I can get the longitude and latitude? Or is there a better way?     
asked by 18.04.2014 / 18:04
1
answer

Google Map Marker Error v2

I'm trying to put a tag on the map and it's giving an error of NullPointExeption The method follows: private void setMapaGoogle() { if (mapa != null) { mapa = ((SupportMapFragment) getSupportFragmentManager().findFragment...
asked by 05.05.2014 / 22:02
1
answer

Markers Google Maps V3 JavaScript

var map function detectBrowser() { var useragent = navigator.userAgent; var mapdiv = document.getElementById("map_canvas"); if (useragent.indexOf('iPhone') != -1 || useragent.indexOf('Android') != -1 ) { mapdiv.style.width = '100%';...
asked by 02.06.2014 / 17:53