Skip to content

Commit 33570eb

Browse files
committed
clarify normal POI vs. landmark
To avoid confusion, we should not list the same types of places in both descriptions. Also, borrowed some text from the REST API description of what landmarks are exactly.
1 parent fca5d1d commit 33570eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MapboxGeocoder/MBPlacemarkScope.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ typedef NS_OPTIONS(NSUInteger, MBPlacemarkScope) {
2222
MBPlacemarkScopeNeighborhood = (1 << 7),
2323
/// A physical address, such as to a business or residence.
2424
MBPlacemarkScopeAddress = (1 << 8),
25-
/// A point of interest, such as a business, school, or place of worship.
25+
/// A point of interest, such as a business or school.
2626
MBPlacemarkScopePointOfInterest = (1 << 9),
27-
/// A point of interest, such as school or place of worship -- subset of MBPlacemarkScopePointOfInterest
27+
/// Subset of regular points of interest. Landmarks are particularly notable or long-lived features like parks, museums and places of worship.
2828
MBPlacemarkScopePointOfInterestLandmark = (1 << 10),
2929

3030
/// All scopes.

0 commit comments

Comments
 (0)