Closed
Description
Sometimes I want to geocode IP addresses of my users and sometimes I want to geocode addresses. For the IP addresses I would like to use the FreeGeoIpProvider
, for the addresses I would like to use the GoogleMapsProvider
. Is there any way to switch between the configured providers in code?
I've seen there is a method called using
in the Geocode
facade. However, I couldn't get it working.