react-native-map-navigation-control
v1.0.2
Published
A helper and component library for react-native-maps that enables navigation support
Downloads
4
Maintainers
Readme
react-native-map-navigation-control
Enhances React Native Maps Control with Realtime Navigation.
The Library is an improvement to react-native-maps-navigation by flyandi which has some depreciation
Please note that this module is usable but still under heavy development. Some properties and/or component names might change without notice.
Installation
React Native >= 0.60
yarn add react-native-map-navigation-control
Components
The library exposes the following modules and components.
The main component is MapViewNavigation
:
<MapViewNavigation />
Component API
The library also ships with various UI components:
<DirectionInputBox />
Component API
<DirectionsListView />
Component API
<DurationDistanceLabel />
Component API
<DurationDistanceView />
Component API
<ManeuverView />
Component API
<ManeuverLabel />
Component API
<TravelModeBox />
Component API
These are internal components used by the library:
<ManeuverArrow />
Component API
<PositionMarker />
Component API
<RouterPolyline />
Component API