Show / Hide Table of Contents

Class LatLng

Inheritance
System.Object
LatLng
Namespace: LymeTemplateApi.Models.Api
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

LatLngExtensions.ToLatLongString(LatLng)
In This Article
Back to top Generated by DocFX