Changeset 88
- Timestamp:
- 08/14/06 00:39:32 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ATGoogleMaps/trunk/skins/googlemaps/latlng_map.dtml
r79 r88 32 32 function onLocalSearch() { 33 33 if(gLocalSearch.results.length > 0){ 34 map.setCenter(new GLatLng(gLocalSearch.results[0].lat,gLocalSearch.results[0].lng) );34 map.setCenter(new GLatLng(gLocalSearch.results[0].lat,gLocalSearch.results[0].lng), 14); 35 35 } 36 36 else{
Note: See TracChangeset
for help on using the changeset viewer.
