Ⓙ Jike SDK
    Preparing search index...

    Interface Poi

    interface Poi {
        cityname: string;
        countryname: string;
        formattedAddress: string;
        location: number[];
        name: string;
        pname: string;
        poiId: string;
    }
    Index

    Properties

    cityname: string
    countryname: string
    formattedAddress: string
    location: number[]
    name: string
    pname: string
    poiId: string