Class LatLng
Inheritance
System.Object
LatLng
Assembly: LymeTemplateApi.Models.dll
Syntax
public class LatLng : object
Constructors
LatLng(Double, Double)
Declaration
public LatLng(double latitude, double longitude)
Parameters
Type |
Name |
Description |
System.Double |
latitude |
|
System.Double |
longitude |
|
LatLng(String)
Declaration
public LatLng(string latLng = "")
Parameters
Type |
Name |
Description |
System.String |
latLng |
|
Properties
Latitude
Declaration
public double Latitude { get; set; }
Property Value
Type |
Description |
System.Double |
|
Longitude
Declaration
public double Longitude { get; set; }
Property Value
Type |
Description |
System.Double |
|
Extension Methods