Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters specific to marker customization functions that apply options to markers representing planned or actual task locations. Used by google.maps.journeySharing.FleetEngineDeliveryVehicleLocationProviderOptions.taskMarkerCustomization and google.maps.journeySharing.FleetEngineDeliveryVehicleLocationProviderOptions.taskOutcomeMarkerCustomization.

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.

task: Task

The task location represented by this marker.

The delivery vehicle represented by this marker.

Generated using TypeDoc