SpatialCoordinate interface

A location represented as a latitude and longitude

Properties

lat

Latitude property NOTE: This property will not be serialized. It can only be populated by the server.

lon

Longitude property NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

lat

Latitude property NOTE: This property will not be serialized. It can only be populated by the server.

lat?: number

Property Value

number

lon

Longitude property NOTE: This property will not be serialized. It can only be populated by the server.

lon?: number

Property Value

number