Sunday, April 7, 2013

[android help] connect google map with data base


The first step you can do is get set up with the Google Maps API https://developers.google.com/maps/documentation/javascript/tutorial - If you don't have latitude and longitude data you will need to choose a geocoder, google has one https://developers.google.com/maps/documentation/geocoding/ and from there you can set those lat/longs into the google map with markers with something like


var marker = new google.maps.Marker({



position: myLatlng,
map: map,
title:"My Map!"
});


Hope this helps.



.

stackoverflow.comm

Google Voice on T-Mobile? [General]

Google Voice on T-Mobile? So I recently switched from a GNex on Verizon to a Moto X DE on T-Mobile. I had always used Google Voice for my v...