Skip to content

Commit

Permalink
Merge pull request #1 from kissbudai/update-place-type-enum
Browse files Browse the repository at this point in the history
Add missing values to PlaceType
  • Loading branch information
kissbudai authored Jan 8, 2025
2 parents f426a04 + fc62b29 commit d563ce8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ enum PlaceType {
ADMINISTRATIVE_AREA_LEVEL_3,
ADMINISTRATIVE_AREA_LEVEL_4,
ADMINISTRATIVE_AREA_LEVEL_5,
ADMINISTRATIVE_AREA_LEVEL_6,
ADMINISTRATIVE_AREA_LEVEL_7,
AIRPORT,
AMUSEMENT_PARK,
AQUARIUM,
Expand Down Expand Up @@ -71,6 +73,7 @@ enum PlaceType {
INTERSECTION,
JEWELRY_STORE,
LAUNDRY,
LANDMARK,
LAWYER,
LIBRARY,
LIGHT_RAIL_STATION,
Expand Down

0 comments on commit d563ce8

Please sign in to comment.