PlaceAttributes: {
    categories: number[];
    keywords: string[];
    location: WgsPoint;
    name: string;
}

Every point-like object has these attributes.

Type declaration

  • categories: number[]

    Cat identifiers that are satisfied by the place

  • keywords: string[]

    List of distinct keywords

  • location: WgsPoint

    Geo reference

  • name: string

    User-defined or server-defined name

Generated using TypeDoc