Interface RawLocationResponseV3

interface RawLocationResponseV3 {
    isWilderness: boolean;
    location: Partial<StrictPoint2D>;
    nation?: RawEntityV3;
    town?: RawEntityV3;
}

Properties

isWilderness: boolean
location: Partial<StrictPoint2D>
nation?: RawEntityV3