interface FavoritePoiInfo {
    id: string;
    poiName: string;
    pt: LatLng;
    timeStamp: number;
}

Properties

Properties

id: string
poiName: string
pt: LatLng
timeStamp: number