NetmeraGeoLocation Class Reference
| Inherits from | NSObject |
| Declared in | NetmeraGeoLocation.h NetmeraGeoLocation.m |
Overview
NetmeraGeoLocation is used to create location with the given latitude and longitude values. It is used to set location into the content and then use it on the search queries.
Tasks
-
latitudeLatitude value of the NetmeraGeoLocation object
property -
longitudeLongtitude value of the NetmeraGeoLocation object
property -
– initWithLatitude:andLongitude: -
– setLatitude:Set latitude into the location. Latitude must be between the range of (-90.0, 90.0).
-
– setLongitude:Set longitude into the location. Longitude must be between the range of (-180.0, 180.0).
Properties
Instance Methods
initWithLatitude:andLongitude:
- (id)initWithLatitude:(double)latitude andLongitude:(double)longitudeParameters
- latitude
must be between the range of (-90,90)
- longitude
must be between the range of (-180,180)
Declared In
NetmeraGeoLocation.hsetLatitude:
Set latitude into the location. Latitude must be between the range of (-90.0, 90.0).
- (void)setLatitude:(double)latitudeParameters
- latitude
Location’s latitude
Discussion
Set latitude into the location. Latitude must be between the range of (-90.0, 90.0).
Declared In
NetmeraGeoLocation.hsetLongitude:
Set longitude into the location. Longitude must be between the range of (-180.0, 180.0).
- (void)setLongitude:(double)longitudeParameters
- longitude
Location’s longitude
Discussion
Set longitude into the location. Longitude must be between the range of (-180.0, 180.0).
Declared In
NetmeraGeoLocation.h