Distance.FromMeters(Double) Method
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.
Factory method to create a Distance from a value provided in meters.
public static Xamarin.Forms.Maps.Distance FromMeters (double meters);
static member FromMeters : double -> Xamarin.Forms.Maps.Distance
Parameters
- meters
- System.Double
A double value representing the distance, in meters, for the Distance to create.