capacitor-nativegeocoder
capacitor-nativegeocoder copied to clipboard
Capacitor plugin for native forward and reverse geocoding
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Cap-go/capacitor-nativegeocoder). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@ionic/eslint-config](https://togithub.com/ionic-team/eslint-config) | [`^0.3.0` -> `^0.4.0`](https://renovatebot.com/diffs/npm/@ionic%2feslint-config/0.3.0/0.4.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
I'm examining the results form this plugin and while I get a bunch of address components, there's no `formatted_address` field. when examining the network traffic through web, I see that...
I just tried using this plugin to reverse geocode on web and passed in the required parameters: `latitude`, `longitude`, and `apiKey`. however, it returned 0 addresses. I then manually put...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://togithub.com/actions/setup-java) | action | major | `v3` -> `v4` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [JS-DevTools/npm-publish](https://togithub.com/JS-DevTools/npm-publish) | action | major | `v1` -> `v3` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v3` -> `v4` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | --- ### Release...
When searching for certain addresses, the forward geocoding works on web but fail on native. In this example, `"Cape Town International Airport (CPT), Matroosfontein, Cape Town, South Africa"` worked on...
`NSLocationAlwaysUsageDescription` is deprecated as per[https://developer.apple.com/documentation/bundleresources/information_property_list/nslocationalwaysusagedescription](https://developer.apple.com/documentation/bundleresources/information_property_list/nslocationalwaysusagedescription) and `NSLocationAlwaysAndWhenInUseUsageDescription` should be used instead.