Questions tagged as 'google-maps'

1
answer

Problem with Google Maps V2 in android SDK

I'm getting this error in my Android project that uses the google maps V2 API: 02-24 11:18:03.627: D/memalloc(24852): /dev/pmem: Mapped buffer base:0x53e95000 size:2949120 offset:2334720 fd:51 02-24 11:18:04.527: E/Random(24852): > 17.3...
asked by 24.02.2014 / 14:58
1
answer

Doubts about using dynamic maps

My sister sells Avon and I decided to do something very simple that are her clients' records. So far so good, but I would like to add the Google Maps map on her site. I found the Google API but with a lot of things, what I want is simple thing,...
asked by 29.01.2014 / 18:54
1
answer

Generation of SHA1 - Another way to do it?

All the tutorials point to a single path, in order to generate the SHA1 or MD5 sequence to be used in the Google Console, in order to get the Key API to be put in the manifest.xml file. That is, they say go to the prompt command and type tha...
asked by 06.02.2014 / 11:41
1
answer

How to distribute points evenly inside a polygon?

Using the Google Maps API , I'm creating some random (custom markers) points within a polygon. I created, at first, a function in which I run a loop of 100 positions and randomly distribute the points inside the polygon. If the generated coordi...
asked by 23.10.2017 / 05:27
2
answers

Alternatives to Google Maps

I recently learned that for applications that track users (ex: taxi apps), Google maps charges an annual license to use their API. Would you like to know if there are other map API alternatives for Android?     
asked by 15.11.2016 / 23:16
0
answers

How do I save a Google Maps map for offline use?

I'm making an application that uses the Maps API for Android. The problem is that it only displays the map if you are connected to the Internet. How can I download the map of a certain region and leave it available in the application to run w...
asked by 13.11.2016 / 00:43
1
answer

Modal window by clicking the info box link opened by a Google Maps marker

I'm using Bootstrap and in my index page, I have some modal windows working, which open when I click on a href . I also have a div for the map that reads a JSON file, where, there is the information to add the markers in it, they are:...
asked by 20.10.2015 / 23:27
3
answers

API Google MAPS location from address

I have an address saved in the database, divided correctly and I need from this address to generate latitude and longitude and also to plot on the map a marked in the registered area. SGL_ENDER_ESTAD: "MG" TXT_ENDER_BAIRR: "MEU BAIRRO" TXT_END...
asked by 06.10.2015 / 15:51
2
answers

How can I set the address as a street and a neighborhood corresponding to latitude and longitude?

I have this code: protected void onActivityResult(int requestCode, int resultCode, Intent data) { if(requestCode == MAPA_REQUEST_BAIRRO){ if(resultCode == RESULT_OK){ try { Place place = PlacePicker....
asked by 26.12.2016 / 19:11
1
answer

Convert ZIP to latitude and longitude (Javascript)

I need a Javascript api that converts a ZIP code typed into latitude and longitude, does anyone know one I can use for free?     
asked by 24.05.2016 / 16:11