TTMSFNCMaps.ZoomToBounds Method
Adjusts the map view to include the specified bounds or coordinates.
API unit family: TMSFNCMaps
Declaring type: TTMSFNCMaps
Inherited from: TTMSFNCCustomMaps
Overloads
Overload 1
Adjusts the map view to include the specified bounds or coordinates.
procedure ZoomToBounds(ACoordinates: TTMSFNCMapsCoordinateRecArray); overload; virtual;
Parameters
| Name | Description |
|---|---|
ACoordinates |
Coordinate value used by the operation. |
Overload 2
Adjusts the map view to include the specified bounds or coordinates.
procedure ZoomToBounds(ACoordinates: TTMSFNCMapsCoordinateRecArrayArray); overload; virtual;
Parameters
| Name | Description |
|---|---|
ACoordinates |
Coordinate value used by the operation. |
Overload 3
Adjusts the map view to include the specified bounds or coordinates.
procedure ZoomToBounds(ACoordinates: TTMSFNCMapsCoordinateRecArrayArrayArray); overload; virtual;
Parameters
| Name | Description |
|---|---|
ACoordinates |
Coordinate value used by the operation. |
Overload 4
Adjusts the map view to include the specified bounds or coordinates.
procedure ZoomToBounds(ABounds: TTMSFNCMapsBoundsRec); overload; virtual;
Parameters
| Name | Description |
|---|---|
ABounds |
Bounds used by the operation. |
Overload 5
Adjusts the map view to include the specified bounds or coordinates.
procedure ZoomToBounds(ANorthEast: TTMSFNCMapsCoordinateRec; ASouthWest: TTMSFNCMapsCoordinateRec); overload; virtual;
Parameters
| Name | Description |
|---|---|
ANorthEast |
North east value. |
ASouthWest |
South west value. |