#pragma once #include #include namespace mbgl { using AnnotationID = uint32_t; using AnnotationIDs = std::vector; } // namespace mbgl