Inherits from NSObject
Declared in ZendriveLocationPoint.h

Overview

Represents a geographical coordinate.

Properties

latitude

Latitude in degrees

@property (nonatomic, readonly) double latitude

Declared In

ZendriveLocationPoint.h

longitude

Longitude in degrees

@property (nonatomic, readonly) double longitude

Declared In

ZendriveLocationPoint.h

timestamp

Epoch timestamp of the location point.

@property (nonatomic, readonly) long long timestamp

Discussion

Epoch timestamp of the location point.

Declared In

ZendriveLocationPoint.h

Instance Methods

initWithTimestamp:latitude:longitude:

Init

- (id)initWithTimestamp:(long long)timestamp latitude:(double)latitude longitude:(double)longitude

Parameters

timestamp

Epoch timestamp of the location

latitude

Latitude in degrees

longitude

Longitude in degrees

Return Value

ZendriveLocationPoint object

Declared In

ZendriveLocationPoint.h