@nativescript-community/geocoding
Version:
Provides access to native geocoding APIs for NativeScript apps (android.location.Geocoder for Android, CLGeocoder for iOS).
39 lines (38 loc) • 1.03 kB
JSON
{
"name": "@nativescript-community/geocoding",
"version": "3.2.1",
"description": "Provides access to native geocoding APIs for NativeScript apps (android.location.Geocoder for Android, CLGeocoder for iOS).",
"main": "./geocoding",
"sideEffects": false,
"typings": "./geocoding.d.ts",
"nativescript": {
"platforms": {
"android": "6.0.0",
"ios": "6.0.0"
}
},
"author": {
"name": "Tim Doege",
"email": "timdoege@gmail.com"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"Angular",
"React",
"Svelte",
"Vue"
],
"bugs": {
"url": "https://github.com/nativescript-community/geocoding/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/geocoding"
},
"license": "Apache-2.0",
"readmeFilename": "README.md",
"gitHead": "dd3fd316a1b0b1d7f6eee70d3eb987cd1e312a31"
}