-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Android-specific README * Set up Android to use API keys properly via local.properties * Fix CI * Apply suggestions from code review Co-authored-by: Jacob Fielding <[email protected]> --------- Co-authored-by: Jacob Fielding <[email protected]>
- Loading branch information
1 parent
dbf24ca
commit f9e91fb
Showing
8 changed files
with
68 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Ferrostar Android | ||
|
||
This directory tree contains the Gradle workspace for Ferrostar on Android. | ||
|
||
* `composeui` - Jetpack Compose UI elements which are not tightly coupled to any particular map renderer. | ||
* `core` - The core module is where all the "business logic", location management, and other core functionality lives. | ||
* `demo-app` - A minimal demonstration app. | ||
* `google-play-services` - Optional functionality that depends on Google Play Services (like a fused location client wrapper). This is a separate module so that apps are able to "de-Google" if necessary. | ||
* `maplibreui` - Map-related user interface components built with MapLibre. | ||
|
||
## Running the demo app | ||
|
||
To run the demo app, you'll need a Stadia Maps API key | ||
(free for development and evaluation use; no credit card required; get one at https://client.stadiamaps.com/). | ||
You can also modify it to work with your preferred maps and routing vendor by editing `AppModule.kt`. | ||
|
||
Set your API key in `local.properties` to run the demo app: | ||
|
||
```properties | ||
stadiaApiKey=YOUR-API-KEY | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters