Zoom when is pressed get location button.
get address from geo location
This diff is collapsed.
| ... | ... | @@ -21,12 +21,15 @@ |
| "@angular/router": "~8.1.2", | ||
| "@ionic-native/core": "^5.0.0", | ||
| "@ionic-native/geolocation": "^5.17.0", | ||
| "@ionic-native/native-geocoder": "^5.17.1", | ||
| "@ionic-native/splash-screen": "^5.0.0", | ||
| "@ionic-native/status-bar": "^5.0.0", | ||
| "@ionic/angular": "^4.7.1", | ||
| "@ionic/storage": "^2.2.0", | ||
| "cordova-android": "8.1.0", | ||
| "cordova-browser": "^6.0.0", | ||
| "cordova-plugin-geolocation": "^4.0.2", | ||
| "cordova-plugin-nativegeocoder": "^3.2.2", | ||
| "cordova-sqlite-storage": "^3.4.0", | ||
| "core-js": "^2.5.4", | ||
| "rxjs": "~6.5.1", | ||
| ... | ... | @@ -77,10 +80,12 @@ |
| }, | ||
| "cordova-plugin-ionic-keyboard": {}, | ||
| "cordova-plugin-geolocation": {}, | ||
| "cordova-sqlite-storage": {} | ||
| "cordova-sqlite-storage": {}, | ||
| "cordova-plugin-nativegeocoder": {} | ||
| }, | ||
| "platforms": [ | ||
| "android" | ||
| "android", | ||
| "browser" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| \ No newline at end of file |
Please register or sign in to comment