I remember to have done such a Map, using Google Maps, a piece of code called DirectionsMap and a Lib called GoogleDirectionsAndPlaces
The project doesn't work anymore, no more polylines between the origin and the destination
This code is compatible with B4A, B4i and B4J. 1. Get an API key: https://developers.google.com/maps/documentation/geocoding/get-api-key 2. Sub PlaceToLatLon(Place As String) As ResumableSub Dim res() As Double = Array As Double(9999, 9999) Dim j As HttpJob j.Initialize("", Me)...