Social Reiot

Social Game Developer wandering in strange dungeon.

Get LatLng of Map Canvas Corner

with maps bounds, can composite TL, TR, BL, BR.

var bounds = self.getMap().getBounds();

var latLng = new google.maps.LatLng( bounds.getNorthEast().lat(), bounds.getSouthWest().lng() );                                    

Comments