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 ?
The text was updated successfully, but these errors were encountered:
yap thats what i also tought,
question: why when using arcgis sometimes when i type Rua do, we retturns almost every result with some letters like Asd, a /n
do i need to setup another setting to work properly?
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 ?
Indeed, Readme.md seems outdated.
Could you create a PR to update it?
question: why when using arcgis sometimes when i type Rua do, we retturns almost every result with some letters like Asd, a /n
do i need to setup another setting to work properly?
We don't "mess" with the result returned by the external API, we just provide a provider around it.
That issue probably comes from the API itself. Please check.
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 ?
The text was updated successfully, but these errors were encountered: