MapView( props: MapViewProps & Omit< Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref", >, keyof MapViewProps, > & RefAttributes<undefined | MapView>,): ReactNode Parameters
- props: MapViewProps & Omit<
Omit<
DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
"ref",
>,
keyof MapViewProps,
> & RefAttributes<undefined | MapView>
Returns ReactNode
Properties
Readonly$$typeof
$$typeof: symbol
OptionaldisplayName
displayName?: string
OptionalpropTypes
propTypes?: any
MapView component.
The root component which renders the map and provides context to the hooks and child components.
Example