react-native-map4d-services
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

react-native-map4d-services

React Native Map4dServices for iOS + Android

Installation

npm install react-native-map4d-services

Usage

E.g. Auto Suggest

import { fetchSuggestion } from "react-native-map4d-services";

// ...

fetchSuggestion({text: 'abc'})
.then(result => {
  console.log('Suggestion:', result);
})

Package Sidebar

Install

npm i react-native-map4d-services

Weekly Downloads

5

Version

1.0.2

License

MIT

Unpacked Size

93.9 kB

Total Files

27

Last publish

Collaborators

  • sua8051
  • huydc