1.0.2 • Published 2 years ago

react-native-map-navigation-control v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

alt text

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

<CloseButton /> Component API

<PositionMarker /> Component API

<RouteMarker /> Component API

<RouterPolyline /> Component API

General Usage