Skip to content

struct_navigation_point

Timur Chikichev edited this page Nov 9, 2021 · 3 revisions

NavigationPoint

Public Functions

Name
NavigationPoint()
NavigationPoint(long long _timeMs, double _lat, double _lng, double _angle, const navigine::navigation_core::LevelId & _level)

Public Attributes

Name
long long timeMs
double lat
double lng
double angle
navigine::navigation_core::LevelId level

Public Functions Documentation

function NavigationPoint

inline NavigationPoint()

function NavigationPoint

inline NavigationPoint(
    long long _timeMs,
    double _lat,
    double _lng,
    double _angle,
    const navigine::navigation_core::LevelId & _level
)

Public Attributes Documentation

variable timeMs

long long timeMs = 0;

variable lat

double lat = 0;

variable lng

double lng = 0;

variable angle

double angle = 0;

variable level

navigine::navigation_core::LevelId level;

Updated on 2021-11-09 at 15:07:06 +0300

Clone this wiki locally