Interface BaseGeo

interface BaseGeo {
    showmap: number;
    type: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

showmap: number

Information whether a map is showed

type: string

Place type

Generated using TypeDoc