LocationMapProps: {
    animation: AnimationProps;
    customAttribution: CustomAttributionProps;
    data: MapDataConfig;
    fullScreenControls: FullscreenControlProps;
    geolocateControls: GeolocateControlsProps;
    interactive: object & EnabledOption;
    mapNavigation: MapNavigationProps;
    miniMap: MiniMapProps;
    reuseMaps: boolean;
    scaleControls: ScaleControlsProps;
    splashScreen: SplashScreenProps;
    style: MapStyle;
    viewState: ViewStateOptions;
}

Type declaration