Maps and locations
AppKickstarter comes with a GoogleMap and MapKit implementation that you just have to use.
Observe location
With ObserveLocation you can start user location tracker and get a Flow of GpsPosition
You just have to call this:
Display location on a Map
MapView creates a GoogleMap on Android and a MapKit on iOS :
Last updated