interface IPoiDistance {
    poi: IPoi;
    totalDistance: number;
}

Properties

Properties

poi: IPoi

poi 데이터

totalDistance: number

현지점에서 poi까지의 거리