mapsplugin / cordova-plugin-googlemaps

Google Maps plugin for Cordova
Apache License 2.0
1.66k stars 918 forks source link

This plugin uses google official api (that need key), or is something "illegal"? #2801

Closed chaoticvibe closed 4 years ago

chaoticvibe commented 4 years ago

I need to know if this plugin support places autocomplete api (for adress search), and if for this service this plugin use the official billed api service...? I'm submitting a ... (check one with "x")

OS: (check one with "x")

chaoticvibe commented 4 years ago

Sorry my english does not is so good.... This GeoCoder function is free? not "illegal"? https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/tree/master/v2.6.0/class/Geocoder/geocoding And about perfomance, it's have a low latency response time?

wf9a5m75 commented 4 years ago

This plugin uses Android native geocoder and iOS native geocoder which are not required API keys, not Geocode API of the Google Maps.

If this plugin has some wrong ways, I have been claimed from Google and Apple already, but no claims so far at all.

wf9a5m75 commented 4 years ago

So, the geocoder is free.

wf9a5m75 commented 4 years ago

And about perfomance, it's have a low latency response time?

Please do your tests before asking.

wf9a5m75 commented 4 years ago

if this plugin support places autocomplete api (for adress search)

Not supported yet

chaoticvibe commented 4 years ago

Another question, that i dont found in doc, what are max results of this plugin GeoCoder? I can pass a location (lat, lng) to the function to "turn results more close to me"?

chaoticvibe commented 4 years ago

Thank you very u much, this is a amazing plugin, congratulations

wf9a5m75 commented 4 years ago

This plugin involves the native geocoder API based on your request, then return the results from the native geocoder to JS side. Thus, it's depends on the native geocoder API, not this plugin.