Open Map
Preparing search index...
OpenReactMap
Class OpenReactMap
Hierarchy
ObservedComponent
<
OpenReactMapProps
>
OpenReactMap
Index
Constructors
constructor
Properties
change
Address
store
display
Name
Accessors
center
event
Handler
Map
markers
position
Methods
component
Did
Mount
render
render
Attribution
render
Map
render
Tile
Layer
search
Constructors
constructor
new
OpenReactMap
(
props
:
OpenReactMapProps
)
:
OpenReactMap
Parameters
props
:
OpenReactMapProps
Returns
OpenReactMap
new
OpenReactMap
(
props
:
OpenReactMapProps
,
context
:
any
)
:
OpenReactMap
Parameters
props
:
OpenReactMapProps
context
:
any
value of the parent
Context
specified in
contextType
.
Returns
OpenReactMap
Properties
change
Address
changeAddress
:
LeafletMouseEventHandlerFn
= ...
store
store
:
OpenReactMapModel
= ...
Static
display
Name
displayName
:
string
= 'OpenReactMap'
Accessors
center
get
center
()
:
LatLngExpression
Returns
LatLngExpression
event
Handler
Map
get
eventHandlerMap
()
:
Record
<
LeafLetComponent
,
LeafletEventHandlerFnMap
>
Returns
Record
<
LeafLetComponent
,
LeafletEventHandlerFnMap
>
markers
get
markers
()
:
MarkerMeta
[]
Returns
MarkerMeta
[]
position
get
position
()
:
[
number
,
number
]
Returns
[
number
,
number
]
Methods
component
Did
Mount
componentDidMount
()
:
void
Returns
void
render
render
()
:
Element
Returns
Element
render
Attribution
renderAttribution
()
:
Element
Returns
Element
render
Map
renderMap
()
:
Element
Returns
Element
render
Tile
Layer
renderTileLayer
(
eventHandlers
:
LeafletEventHandlerFnMap
)
:
Element
Parameters
eventHandlers
:
LeafletEventHandlerFnMap
Returns
Element
search
search
(
address
?:
string
)
:
void
Parameters
address
:
string
= ...
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
change
Address
store
display
Name
Accessors
center
event
Handler
Map
markers
position
Methods
component
Did
Mount
render
render
Attribution
render
Map
render
Tile
Layer
search
Open Map
Loading...
value of the parent Context specified in
contextType.