TdxCustomMapControl.CenterPoint Property
Specifies a geographical point that should be placed at the map center, in geographical coordinates.
Declaration
property CenterPoint: TdxMapControlGeoLocation read; write;
Property Value
Type |
---|
TdxMapControlGeoLocation |
Remarks
Use this property to center a map at the specified location. Handle the OnCenterPointChanged and OnCenterPointChanging events to track and restrict end-user scrolling and keep the map centered on a specific point or area.
See Also