summaryrefslogtreecommitdiff
path: root/include/mbgl/annotation/annotation.hpp
blob: 52916549c9657ee20b3131f964f404a6c6c744f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <cstdint>
#include <vector>

namespace mbgl {

using AnnotationID = uint32_t;
using AnnotationIDs = std::vector<AnnotationID>;

} // namespace mbgl