Last updated 2 years ago
type Placemark = { name: string, address: string, category: PlacemarkCategory, coordinate: Coordinate }