Public Member Functions | |
LocalRouteVertex (const Eegeo::v3 &localPosition, const std::string &indoorMapId, int indoorMapFloorId, const Eegeo::v4 &color, float halfWidth, float speed, RouteVertexClassification classification, bool isFitted, bool isInCentralCell, double routeParam, const Fitting::NavGraphRoadFittingInfo *roadFittingInfo) | |
const Eegeo::v3 & | GetPosition () const |
const Eegeo::v4 & | GetColor () const |
float | GetHalfWidth () const |
float | GetSpeed () const |
RouteVertexClassification | GetRouteVertexClassification () const |
bool | IsFitted () const |
bool | IsInCentralCell () const |
double | GetRouteParam () const |
const Fitting::NavGraphRoadFittingInfo * | GetRoadFittingInfo () const |
const std::string & | GetIndoorMapId () const |
int | GetIndoorMapFloorId () const |