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
There is a need for a functionality that will take a location/area and return the geolocation type case class Geolocation(lat: Double , lng: Double, name : String)
e.g when a user enters "light ikeja cantonment" this functionality will take the area in question and return the lng,lat if it exists on google maps.
This is to reduce the inaccuracies / inconsistencies if users where to input geolocations.
The text was updated successfully, but these errors were encountered:
There is a need for a functionality that will take a location/area and return the geolocation type
case class Geolocation(lat: Double , lng: Double, name : String)
e.g when a user enters "light ikeja cantonment" this functionality will take the area in question and return the lng,lat if it exists on google maps.
This is to reduce the inaccuracies / inconsistencies if users where to input geolocations.
The text was updated successfully, but these errors were encountered: