capacitor-nativegeocoder icon indicating copy to clipboard operation
capacitor-nativegeocoder copied to clipboard

Capacitor plugin for native forward and reverse geocoding

Results 21 capacitor-nativegeocoder issues
Sort by recently updated
recently updated
newest added

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@ionic%2feslint-config/0.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@ionic%2feslint-config/0.4.0?slim=true)](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.