interface UserLocation {
    location: LatLng;
    speed: number;
}

Properties

Properties

location: LatLng
speed: number