On Apr 14, 3:13 pm, Uranium235 <[email protected]> wrote: > I don't like the "map.setCenter(new GLatLng(0, 0), 0);" statement. How > else would you do that?
If you don't like the map centring to the whole earth, you could set the centre to a point north of 87 degrees and a higher zoom number, which should result in grey tiles. > The problem is (besides the dirty code), that the UI "return to the > last result" function uses this center and zoom level instead of the > kml infos. Why not save the location you want retained, once you have set it? http://code.google.com/apis/maps/documentation/reference.html#GMap2.savePosition Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
