Class MapLatLng
Class implementation of Map longitude latitude
Inheritance
System.Object
MapLatLng
Namespace: Syncfusion.Maui.Maps
Assembly: Syncfusion.Maui.Maps.dll
Syntax
public class MapLatLng : Object
Constructors
MapLatLng()
Initializes a new instance of the MapLatLng class.
Declaration
public MapLatLng()
MapLatLng(Double, Double)
Initializes a new instance of the MapLatLng class.
Declaration
public MapLatLng(double latitude, double longitude)
Parameters
Type | Name | Description |
---|---|---|
System.Double | latitude | The latitude. |
System.Double | longitude | The longitude. |
Properties
Latitude
Gets or sets the value that specifies the latitude value.
Declaration
public double Latitude { get; set; }
Property Value
Type |
---|
System.Double |
Longitude
Gets or sets the value that specifies the latitude value.
Declaration
public double Longitude { get; set; }
Property Value
Type |
---|
System.Double |