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