Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Instance Methods | Class Methods | Properties | List of all members
NMTrafficSnapshot Class Reference

Inherits <NSObject>.

Instance Methods

(nullable instancetype) - NS_UNAVAILABLE
 

Class Methods

(nullable instancetype) + NS_UNAVAILABLE
 

Properties

NSInteger uid
 
NMMapCoordinatesareaCenter
 
NSInteger areaRadiusInMeters
 

Detailed Description

Interface representing a traffic snapshot around the GPS coordinates.

Method Documentation

◆ NS_UNAVAILABLE() [1/2]

- (nullable instancetype) NS_UNAVAILABLE

Default initialization is forbidden.

◆ NS_UNAVAILABLE() [2/2]

+ (nullable instancetype) NS_UNAVAILABLE

Property Documentation

◆ areaCenter

- (NMMapCoordinates*) areaCenter
readnonatomiccopy

The center of a geo area the snapshot corresponds to.

◆ areaRadiusInMeters

- (NSInteger) areaRadiusInMeters
readnonatomicassign

The radius (in meters) of a geo area the snapshot corresponds to.

◆ uid

- (NSInteger) uid
readnonatomicassign

Unique traffic snapshot ID. -1 indicates snapshot is empty.