定位点设置

Since

1.0.0

interface ILocation {
    latlng: LatLng;
    direction: number;
}

Properties

Properties

latlng: LatLng

位置

Since

1.0.0

direction: number

方向

Since

1.0.0