Week 4: Map & Location Integration - Codeman239/TruckMate GitHub Wiki
Dependencies & Setup
- Added Maps Compose (
maps-compose:2.11.3
) - Added Play Services Maps (
play-services-maps:18.1.0
) - Configured API key in
AndroidManifest.xml
- Added
ACCESS_FINE_LOCATION
permission
trucks
Collection
Firestore – Field | Type | Description |
---|---|---|
name | String | Truck display name |
lat | Number | Latitude coordinate |
lng | Number | Longitude coordinate |