Description
Context
The current geocoding
plugin is only for iOS and Android available. The plugin uses the geocoding services from Apple and Google, which are to a certain extend free to use on their respected platforms. Since there are more and more issues showing up on the flutter-geocoding
plugin GitHub page requesting to support web, we decided to look into opportunities and see what is possible/available to support the web with the geocoding
plugin. Unlike Apple's and Android's geocoding services, there is no free to use geocoding API that we can implement to support the web. There are some services that require you to register and offer a limited free experience.
Proposal
The idea is to implement the support for different geocoding services, for example services like HERE, Google's Geocoding API, Mapbox and so on.
The developer using the geocoding
plugin is free to use any of the supported geocoding services to his liking. The developer is also responsible for providing their own API key/access token needed for the geocoding service to make the requests. Keep in mind that geocoding services are not free after exceeding an certain amount of requests, how many requests can be done before you have to pay for the requests depends on the chosen service.
Summary of the proposal:
- Support will be build in for the web implementation with different paid geocoding services to pick from
- Developer provides their own API Key/access token needed for the geocoding service to make the request
Since there is a demand for a web implementation of the geocoding
plugin, I am very curious how the community and users of the geocoding
plugin feel about this proposal. It would help me out if you would react with a 👍 if you would like to see this implemented, and if you're not interested or against this proposal please comment with a 👎. If you're not interested or against this proposal, it would help out to leave a comment on why you don't agree with the proposal.
If you have suggestions on how to improve the proposal, or suggestions about a geocoding API you would like to see implemented then also feel free to react!