MapSpan(Position, Double, Double) Constructor
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.
Returns a MapSpan that is centered on center
and extends to latitudeDegress
and longitudeDegress
.
public MapSpan (Xamarin.Forms.Maps.Position center, double latitudeDegrees, double longitudeDegrees);
new Xamarin.Forms.Maps.MapSpan : Xamarin.Forms.Maps.Position * double * double -> Xamarin.Forms.Maps.MapSpan
Parameters
- center
- Position
The center of the new span.
- latitudeDegrees
- System.Double
The latitude of the span.
- longitudeDegrees
- System.Double
The longitude of the span.