We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ad714 commit fca5d1dCopy full SHA for fca5d1d
MapboxGeocoder/MBPlacemarkScope.h
@@ -25,7 +25,7 @@ typedef NS_OPTIONS(NSUInteger, MBPlacemarkScope) {
25
/// A point of interest, such as a business, school, or place of worship.
26
MBPlacemarkScopePointOfInterest = (1 << 9),
27
/// A point of interest, such as school or place of worship -- subset of MBPlacemarkScopePointOfInterest
28
- MBPlacemarkScopePointOfInterestLandmark = (1 << 10)
+ MBPlacemarkScopePointOfInterestLandmark = (1 << 10),
29
30
/// All scopes.
31
MBPlacemarkScopeAll = 0x0ffffUL,
0 commit comments