Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a Place entity.

    interface Place {
        address: unknown;
        geo: unknown;
        hasMap: unknown;
        name: string;
        type: string;
    }
    Index

    Properties

    address: unknown

    The address of the place.

    geo: unknown

    The geographical coordinates of the place.

    hasMap: unknown

    A map that shows the place.

    name: string

    The name of the place.

    type: string

    The type of the place.