Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Variables

propTypes: { mapCentre: Validator<any[]>; marker: Requireable<any[]>; markerCallback: Requireable<((...args: any[]) => any)>; popupFactory: Requireable<((...args: any[]) => any)> }

Type declaration

  • mapCentre: Validator<any[]>

    The latitude/longitude coordinates for the centre of the map.

  • marker: Requireable<any[]>

    An array of markers to be displayed on the map. Each element of the array specifies the coordinates and location name associated with a marker.

  • markerCallback: Requireable<((...args: any[]) => any)>

    A function called when a marker is clicked.

  • popupFactory: Requireable<((...args: any[]) => any)>

Generated using TypeDoc