react-native-geocoding
Version:
A React Native module to transform a description of a location (i.e. street address, town name, etc.) into geographic coordinates (i.e. latitude and longitude) and vice versa.
24 lines (23 loc) • 655 B
JSON
{
"name": "react-native-geocoding",
"version": "0.5.0",
"description": "A React Native module to transform a description of a location (i.e. street address, town name, etc.) into geographic coordinates (i.e. latitude and longitude) and vice versa.",
"main": "Geocoder.js",
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/marlove/react-native-geocoding"
},
"keywords": [
"react-native",
"ios",
"android",
"geocoder",
"geocoding"
],
"authors": [
"Marco Lovetere <marco@marlove.net> (https://marlove.net)",
"Yairopro <yairopro@gmail.com>"
],
"license": "MIT"
}