delphi-maps icon indicating copy to clipboard operation
delphi-maps copied to clipboard

Stack overflow when accessing TGLatLngBounds.SouthWest

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

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

GoogleCodeExporter avatar Mar 25 '15 00:03 GoogleCodeExporter