Interface MapViewProps

Hierarchy

  • MapViewProps

Properties

configuration: MapViewConfiguration

The required basic configuration to use our MapView.

onExternalLinkClicked?: ((event) => void)

Type declaration

    • (event): void
    • Callback invoked when the user clicks on a link in the MapView that leads to a website different from the MapView's domain. For example some POI description may contain a link to a video or a website, and if this callback is not set, the link will be opened in the system's default browser by default.

      Returns void

onFavoritePoisUpdated?: ((event) => void)

Type declaration

onFloorChanged?: ((event) => void)

Type declaration

onLoad?: ((event) => void)

Type declaration

    • (event): void
    • Get notified when the MapView has been loaded and is ready to receive actions.

      Parameters

      • event: any

      Returns void

onLoadError?: ((event) => void)

Type declaration

    • (event): void
    • Get notified when an error has occurred during the MapView load process.

      Parameters

      Returns void

onPoiDeselected?: ((event) => void)

Type declaration

onPoiSelected?: ((event) => void)

Type declaration

style?: StyleProp<ViewStyle>

Generated using TypeDoc