Jetpack Compose Examples
Basic Map
Add a map to your application. Right out of the box, the map displays geographic boundaries, street names, road data, and more.
Regional Map
Display a map of a specific region.
Map Styles
Set the map to night, day, or satellite.
Lines on a Map
Draw lines on a map using LineString objects.
Highlight Buildings
Highlight a 2D building when the user clicks on it.
Dots on a Map
Visualize data on top of the map. Data could vary from simple dots-on-a-map (the example below) to more complex pieces like 3D buildings, route paths, geofences, and more.
Data Driven Styling
Apply different styles to data depending on specific parameters.
Animate Around
Animate the view around a location.