ThemeParks.wiki Parks API - v2.0.0
    Preparing search index...

    Type Alias EntityLocation

    type EntityLocation = {
        latitude?: number | null;
        longitude?: number | null;
    }
    Index

    Properties

    latitude?: number | null

    Latitude coordinate of the entity location

    longitude?: number | null

    Longitude coordinate of the entity location