TTMSFNCCustomMaps.SetCenterCoordinate Method
Sets center coordinate.
API unit family: TMSFNCMaps
Declaring type: TTMSFNCCustomMaps
Overloads
Overload 1
Sets center coordinate.
procedure SetCenterCoordinate(ACoordinate: TTMSFNCMapsCoordinateRec); overload; virtual;
Parameters
| Name | Description |
|---|---|
ACoordinate |
Coordinate value used by the operation. |
Overload 2
Sets center coordinate.
procedure SetCenterCoordinate(ALatitude: Double; ALongitude: Double); overload; virtual;
Parameters
| Name | Description |
|---|---|
ALatitude |
Latitude value in decimal degrees. |
ALongitude |
Longitude value in decimal degrees. |