MaplyLocationTrackerSimulationPoint

typedef struct
{
    float lonDeg;
    float latDeg;
    float headingDeg;
} MaplyLocationTrackerSimulationPoint

Undocumented