[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlespectrum.pp line 310
type TGeoLocation = class(TGoogleBaseObject) |
protected |
procedure Setconfidence(); virtual; |
procedure Setpoint(); virtual; |
procedure Setregion(); virtual; |
published |
property confidence: Integer; [rw] |
property point: TGeoLocationEllipse; [rw] |
property region: TGeoLocationPolygon; [rw] |
end; |
| |
| |
TObject |