#ifndef MBGL_GEOMETRY_INTERPOLATE #define MBGL_GEOMETRY_INTERPOLATE #include #include namespace mbgl { Anchors interpolate(const std::vector &vertices, float spacing, float minScale = 0.0f, int start = 0); } #endif