Class List
The classes and protocols in the Google Maps On Demand Rides and Deliveries Solution for iOS:
<GMTDAuthorization> | Protocol used to provide authorization tokens for gRPC calls |
GMTDAuthorizationContext | An immutable object representing the context needed to fetch an auth token |
GMTDDriverAPI | An abstract superclass for the Driver SDK API classes |
GMTDDriverContext | An object containing the dependencies needed to construct a GMTDDriverApi instance |
GMTDRidesharingDriverAPI | A class that provide access to all the core components and serves as the entry point for the ridesharing use case |
GMTDVehicleReporter | Object for sending information to the Fleet Engine backend |
<GMTDVehicleReporterListener> | Protocol for responding to periodic vehicle updates sent by GMTDVehicleReporter |
GMTDVehicleUpdate | Object representing a vehicle update |
GMTSImmutableData | A base class of immutable data, subclass must implement the isEqual: and hash of the NSObject protocol |