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