getVehicleLocation

abstract suspend fun getVehicleLocation(vin: String, requestOptions: RequestOptions? = null): LocationResponse(source)

Get the last known location of the vehicle.

Returns a GeoJSON Feature containing the vehicle's coordinates.

Return

location response with GeoJSON data

Parameters

vin

Vehicle Identification Number

requestOptions

optional request configuration