LatLng
The LatLng struct represents a Latitude and Longitude pair and provides functionality for comparing LatLng...
Declaration
public struct LatLng : ValueType, IEquatable<LatLng>Summary
The LatLng struct represents a Latitude and Longitude pair and provides functionality for comparing LatLng instances with each other.
Constructors
Constructor
public LatLng(LocationInfo locationInfo)
Overload
public LatLng(double latitude, double longtitude)
Properties
| Name | Type | Summary |
|---|---|---|
| readonly Latitude | double | - |
| readonly Longitude | double | - |
Methods
| Name | Type | Summary |
|---|---|---|
| Add | LatLng | - |
| static Bearing | double | - |
| Distance | double | - |
| Equals | bool | - |
| GetHashCode | int | - |
| ToDegrees | LatLng | - |
| ToRadian | LatLng | - |
| ToString | string | - |
Operators
| Name | Type | Summary |
|---|---|---|
| static != | bool | - |
| static == | bool | - |
Relationships
implements: System.IEquatable