TdxCustomMapControl.CenterPoint Property
In This Article
Specifies a geographical point that should be placed at the map center, in geographical coordinates.
#Declaration
Delphi
property CenterPoint: TdxMapControlGeoLocation read; write;
#Property Value
Type |
---|
Tdx |
#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