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

Inherits <NSObject>.

Properties

NMSpeedUnits speedUnits
 
NMDistanceUnits distanceUnits
 
NMDrivingSide drivingSide
 

Detailed Description

A class representing an info on a country's speed and distance units and driving side.

Property Documentation

◆ distanceUnits

- (NMDistanceUnits) distanceUnits
readnonatomicassign

Represents the distance units system (represented by NMDistanceUnits enum) used in the country.

◆ drivingSide

- (NMDrivingSide) drivingSide
readnonatomicassign

Represents if the counry has rigth or left driving side (represented by NMDrivingSide enum).

◆ speedUnits

- (NMSpeedUnits) speedUnits
readnonatomicassign

Shows the speed units system (represented by NMSpeedUnits enum) used in the country.