i'm developing an App in Android that check some parameters like Fuel Level from OBD port and with this parameter i would like to advice the user that the Fuel level is inadeguate for the entire travel.
So i need to get distance in Km from GPS or phone position to some Marker B in the map (like fuel shop). It's possible to get distance from phone position and some specified Marker B without integrate a Google Maps inside my application? And only if the user press "Ok guide me to point B" i use the app google maps for the navigation?
I see in the documentations that i can select some type of search with a Place Picker
and now i need the distance from selected position and my position and check if the fuel is enough for the entire travel.
Some suggestions?