Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters specific to marker customization functions that apply options to markers representing shipment delivery vehicle and destination locations. Used by google.maps.journeySharing.FleetEngineShipmentLocationProviderOptions.deliveryVehicleMarkerCustomization and google.maps.journeySharing.FleetEngineShipmentLocationProviderOptions.destinationMarkerCustomization.

Hierarchy

Index

Properties

defaultOptions: MarkerOptions

The default options used to create this marker.

isNew: boolean

If true, the marker was newly created, and the marker customization function is being called for the first time, before the marker has been added to the map view. False otherwise.

marker: Marker

The marker. Any customizations should be made to this object directly.

taskTrackingInfo: TaskTrackingInfo

Information for the task associated with this marker.

Generated using TypeDoc