cars
An array of the user’s electric vehicles.
Declaration
var cars: [INCar]? { get set }Discussion
Set this property to an array of INCar objects that represents the user’s electric vehicles. Maps requires these vehicles to respond to INGetCarPowerLevelStatusIntent requests so that it can use them during route planning and navigation.