Interface: MarkerProps
The prop type of a [[Marker
]] component.
Properties
coordinate
• coordinate: Coordinate
The coordinate of the marker
Defined in
Methods
render
▸ render(point
): ReactElement
<any
, string
| JSXElementConstructor
<any
>>
A function to render the marker
Parameters
Name | Type |
---|---|
point | Point |
Returns
ReactElement
<any
, string
| JSXElementConstructor
<any
>>