导航Poi信息类

1.0.0

interface INaviPoi {
    coordinate?: INaviLatLng;
    mDirection?: number;
    name?: null | string;
    poiId?: null | string;
}

Implemented by

Properties

coordinate?: INaviLatLng

poi经纬度

1.0.0

mDirection?: number

起点角度

1.0.0

name?: null | string

poi名称

1.0.0

poiId?: null | string

poiid

1.0.0