You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the doc updated?
When i try to use
$provider = new \Geocoder\Provider\ArcGISList\ArcGISList($httpClient);
says class not found, but if i use
$provider = new Geocoder\Provider\ArcGISOnline\ArcGISOnline($httpClient);
it works, so im i doing something wrong or ?