#ifndef MBGL_ANNOTATION #define MBGL_ANNOTATION #include #include namespace mbgl { using AnnotationID = uint32_t; using AnnotationIDs = std::vector; } #endif