Skip to main content
API Reference NianticSpatial.NSDK.AR.VpsCoverage

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

NameTypeSummary
readonly Latitudedouble
-
readonly Longitudedouble
-

Methods

NameTypeSummary
AddLatLng
-
static Bearingdouble
-
Distancedouble
-
Equalsbool
-
GetHashCodeint
-
ToDegreesLatLng
-
ToRadianLatLng
-
ToStringstring
-

Operators

NameTypeSummary
static !=bool
-
static ==bool
-

Relationships

implements: System.IEquatable