Skip to content

Latest commit

 

History

History
67 lines (39 loc) · 3.35 KB

Traffic-Vector-Overlay.md

File metadata and controls

67 lines (39 loc) · 3.35 KB

Mappls Traffic Vector Tiles is an overlay that you can use to display real-time traffic conditions on a map.
The overlay provides constantly updating congestion information best viewed on Mappls map (Available with all styles of Mappls Map).

Read more for List of Available Styles

Preview Image

Implementation

To enable/disable Tiles Overlay follow the below code snippet. Default is false.

 <MapplsGL.MapView style={{flex: 1}}
        enableTraffic={false}
        enableTrafficFreeFlow={false}
        enableTrafficNonFreeFlow={false}
        enableTrafficStopIcon={false}        //To enable disable all Traffic
        enableTrafficClosure={this.state.isChecked3}
       >
          <MapplsGL.Camera
            zoomLevel={8}
            centerCoordinate={DEFAULT_CENTER_COORDINATE}
          />
        </MapplsGL.MapView> 

Please Note : Custom styles overlaid with traffic tiles are not offered coherently. Contact API Support in case of custom styles and details of available custom claims of traffic tiles.


For any queries and support, please contact:

Email us at apisupport@mappls.com

Support Need support? contact us!





@ Copyright 2023 CE Info Systems Ltd. All Rights Reserved.