MKPolygon.Coordinate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The location in the center of the BoundingMapRect.
public virtual CoreLocation.CLLocationCoordinate2D Coordinate { [Foundation.Export("coordinate")] get; }
member this.Coordinate : CoreLocation.CLLocationCoordinate2D
Property Value
Implements
- Attributes
Remarks
Application developers must override this property in order to provide a more accurate location (for instance, if the MKPolygon is asymetric.)
This can be used from a background thread.