// SPDX-License-Identifier: Apache-2.0

class VSPath {

  static const String vehicleCurrentLatitude = "Vehicle.CurrentLocation.Latitude";
  static const String vehicleCurrentLongitude = "Vehicle.CurrentLocation.Longitude";
  static const String vehicleDestinationLatitude = "Vehicle.Cabin.Infotainment.Navigation.DestinationSet.Latitude";
  static const String vehicleDestinationLongitude = "Vehicle.Cabin.Infotainment.Navigation.DestinationSet.Longitude";


}