summaryrefslogtreecommitdiffstats
path: root/lib/kuksa/paths.dart
blob: df2264403c9ef778910cab8e55c2ab78635043df (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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";


}