-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
bugA bug is found inside the code base and should be immediately brought to attention ASAPA bug is found inside the code base and should be immediately brought to attention ASAPlocation-layer-pluginIssues that deal with the location layer moduleIssues that deal with the location layer module
Milestone
Description
When updating an internal testing app, I'm noticing that the LocationLayerPlugin wasn't showing.
Updating the configuration as below started to show the plugin:
locationLayerPlugin
= new LocationLayerPlugin(mapView, mapboxMap, locationEngineWrapper.getLocationEngine());
locationLayerPlugin.setLocationLayerEnabled(true);
locationLayerPlugin.setRenderMode(RenderMode.NORMAL);
locationLayerPlugin.setCameraMode(CameraMode.NONE);
}the last two lines were non existing with previous version. To move forward when calling setLocationLayerEnabled we should setup a minimal render and camera mode.
Metadata
Metadata
Assignees
Labels
bugA bug is found inside the code base and should be immediately brought to attention ASAPA bug is found inside the code base and should be immediately brought to attention ASAPlocation-layer-pluginIssues that deal with the location layer moduleIssues that deal with the location layer module