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
Create abstract method for finding non-url input for services if possible - such as coordinates, plus codes, Geocaching GCxxx codes etc. Then unify all relevant services to use it.
Optionally think about:
creating of constant which will tell if service supports finding in text for automatic processing instead of creating list of services
what to return:
array of valid inputs (strings)
array created services for each valid (child of AbstractService)
BetterLocationCollection
The text was updated successfully, but these errors were encountered:
Issue created from #46
Create abstract method for finding non-url input for services if possible - such as coordinates, plus codes, Geocaching GCxxx codes etc. Then unify all relevant services to use it.
Optionally think about:
AbstractService
)The text was updated successfully, but these errors were encountered: