Interface WallGeo

interface WallGeo {
    coordinates: string;
    showmap: number;
    type: "place" | "point";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

coordinates: string

Coordinates as string.

showmap: number

Information whether a map is showed

type: "place" | "point"

Place type

Generated using TypeDoc