#pragma once #include #include #include namespace mbgl { Anchors getAnchors(const GeometryCoordinates& line, float spacing, const float maxAngle, const float textLeft, const float textRight, const float iconLeft, const float iconRight, const float glyphSize, const float boxScale, const float overscaling); optional getCenterAnchor(const GeometryCoordinates& line, const float maxAngle, const float textLeft, const float textRight, const float iconLeft, const float iconRight, const float glyphSize, const float boxScale); } // namespace mbgl