#pragma once #include namespace mbgl { class Anchor; bool checkMaxAngle( const GeometryCoordinates& line, const Anchor& anchor, float labelLength, float windowSize, float maxAngle); } // namespace mbgl