Skip to content

Commit

Permalink
fix: add drugstore, light_rail_station & university to `PlaceTy…
Browse files Browse the repository at this point in the history
…pe1` (#882)
  • Loading branch information
r1sim authored Nov 9, 2022
1 parent 3879549 commit 0f6fcd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export enum PlaceType1 {
dentist = "dentist",
department_store = "department_store",
doctor = "doctor",
drugstore = "drugstore",
electrician = "electrician",
electronics_store = "electronics_store",
embassy = "embassy",
Expand All @@ -201,6 +202,7 @@ export enum PlaceType1 {
laundry = "laundry",
lawyer = "lawyer",
library = "library",
light_rail_station = "light_rail_station",
liquor_store = "liquor_store",
local_government_office = "local_government_office",
locksmith = "locksmith",
Expand Down Expand Up @@ -243,6 +245,7 @@ export enum PlaceType1 {
train_station = "train_station",
transit_station = "transit_station",
travel_agency = "travel_agency",
university = "university",
veterinary_care = "veterinary_care",
zoo = "zoo",
}
Expand Down

0 comments on commit 0f6fcd4

Please sign in to comment.