Rutter Atlas API
    • List destinations
      GET
    • List places
      GET
    • List events
      GET
    • Get place
      GET
    • Get event
      GET
    • Schemas
      • Meta
      • Pagination
      • Attribution
      • Address
      • PlaceLocation
      • Contact
      • PlaceEditorial
      • PlaceAccess
      • Sustainability
      • Provenance
      • Validity
      • Image
      • OpeningHoursRow
      • Place
      • EventClassification
      • EventLocation
      • EventOccurrence
      • EventEditorial
      • Event
      • Destination
      • ApiError

    PlaceLocation

    Geographic location of a place.

    {
        "latitude": 57.8821,
        "longitude": 11.9234,
        "address": {
            "street": "Hamnvägen 1",
            "street_alt": "string",
            "postal_code": "430 10",
            "neighbourhood": "Hamnen",
            "region": "Halland",
            "city": "strandvik",
            "country": "Sweden",
            "country_code": "SE"
        },
        "transit": "Bus 304 from Strandvik centre, stop Södra Stranden, 12 minutes.",
        "geo_link": "http://example.com",
        "contained_in": "string",
        "map_url": "http://example.com"
    }
    Built with