0
I’m making an application that has several interactions with google maps , one of them is generate route from one address to the other using the Polyline , if the application is closed and reopened , this route disappears from the map , I need to make that if the client closes the application , when it opens appears the same route defined , how can I do this?
How you represent the route, ie what structure you use?
– Max Fratane
Get addresses by Placeautocompletefragment
– Paiva
You can serialize the object or capture the values and save with
SharedPreferences
.– Valdeir Psr