Skip to content

Commit 695134b

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add an enum value for raw locations from Apple platforms
PiperOrigin-RevId: 476961484
1 parent 01d4201 commit 695134b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

google/maps/fleetengine/delivery/v1/common.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ enum DeliveryVehicleLocationSensor {
153153

154154
// The fused location provider in Google Play services.
155155
FUSED_LOCATION_PROVIDER = 100;
156+
157+
// The location provider on Apple operating systems.
158+
CORE_LOCATION = 200;
156159
}
157160

158161
// The vehicle's navigation status.

google/maps/fleetengine/v1/fleetengine.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,4 +287,7 @@ enum LocationSensor {
287287

288288
// The fused location provider in Google Play services.
289289
FUSED_LOCATION_PROVIDER = 100;
290+
291+
// The location provider on Apple operating systems.
292+
CORE_LOCATION = 200;
290293
}

0 commit comments

Comments
 (0)