delphi-maps
delphi-maps copied to clipboard
Stack overflow when accessing TGLatLngBounds.SouthWest
function TGLatLngBounds.getSouthWest: TGLatLng;
begin
Result := FSouthWest;
end;
(There was an "F" missing.)
Original issue reported on code.google.com by [email protected] on 18 May 2013 at 3:15