summaryrefslogtreecommitdiff
path: root/src/mbgl/text/get_anchors.hpp
blob: 9a0a5a650cdd57f8f412e814d539a71c489c2cf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <mbgl/geometry/anchor.hpp>
#include <mbgl/tile/geometry_tile.hpp>
#include <mbgl/util/math.hpp>

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);
} // namespace mbgl