Options
All
  • Public
  • Public/Protected
  • All
Menu

This object defines the properties that can be set on a DirectionsRenderer object.

Hierarchy

  • DirectionsRendererOptions

Index

Properties

directions?: null | DirectionsResult

The directions to display on the map and/or in a <div> panel, retrieved as a DirectionsResult object from DirectionsService.

draggable?: null | boolean

If true, allows the user to drag and modify the paths of routes rendered by this DirectionsRenderer.

hideRouteList?: null | boolean

This property indicates whether the renderer should provide a user-selectable list of routes shown in the directions panel.

defaultvalue

false

infoWindow?: null | InfoWindow

The InfoWindow in which to render text information when a marker is clicked. Existing info window content will be overwritten and its position moved. If no info window is specified, the DirectionsRenderer will create and use its own info window. This property will be ignored if suppressInfoWindows is set to true.

map?: null | Map

Map on which to display the directions.

markerOptions?: null | MarkerOptions

Options for the markers. All markers rendered by the DirectionsRenderer will use these options.

panel?: null | HTMLElement

The <div> in which to display the directions steps.

polylineOptions?: null | PolylineOptions

Options for the polylines. All polylines rendered by the DirectionsRenderer will use these options.

preserveViewport?: null | boolean

If this option is set to true or the map's center and zoom were never set, the input map is centered and zoomed to the bounding box of this set of directions.

defaultvalue

false

routeIndex?: null | number

The index of the route within the DirectionsResult object. The default value is 0.

suppressBicyclingLayer?: null | boolean

Suppress the rendering of the BicyclingLayer when bicycling directions are requested.

suppressInfoWindows?: null | boolean

Suppress the rendering of info windows.

suppressMarkers?: null | boolean

Suppress the rendering of markers.

suppressPolylines?: null | boolean

Suppress the rendering of polylines.

Generated using TypeDoc