Interface AutoExploreLocation

interface AutoExploreLocation {
    location: Location;
    region: MapRegion;
}

Properties

Properties

location: Location
region: MapRegion