Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters specific to marker customization functions that apply options to markers representing planned stops. Used by google.maps.journeySharing.FleetEngineDeliveryVehicleLocationProviderOptions.plannedStopMarkerCustomization.

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.

stopIndex: number

The 0-based index of this stop in the list of remaining stops.

The delivery vehicle represented by this marker.

Generated using TypeDoc