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