OMCLocationGeoPoint Class Reference
| Inherits from | OMCLocationAddress : NSObject | 
|---|---|
| Declared in | OMCLocationGeoPoint.h | 
Overview
A geo point, which is specified as a latitude/longitude pair, is one of several ways to specify a place’s address. Geo points are immutable.
  latitude
	The point’s latitude.
@property (readonly, nullable) NSNumber *latitudeDeclared In
OMCLocationGeoPoint.h
  longitude
	The point’s longitude.
@property (readonly, nullable) NSNumber *longitudeDeclared In
OMCLocationGeoPoint.h