Reverse Geocode On Google Maps api v3
问题 I wonder whether someone may be able to help me please. I using the code shown below to correctly plot markers retrieved from a MySQL database on a Google Map. <script type="text/javascript"> //Sample code written by August Li var icon = new google.maps.MarkerImage("images/location-marker-2.png") new google.maps.Point(16, 32); var center = null; var map = null; var bounds = new google.maps.LatLngBounds(); function addMarker(lat, lng, info) { var pt = new google.maps.LatLng(lat, lng); bounds