Configuration
Create a custom.properties
file in your project directory if it does not exist and input the following lines, replacing placeholders with actual values:
IDENTITY_POOL_ID=<REGION>:xxxxxxxxxxxxxxxxxxxxxxxxxx REGION=xxxxxxxxx TRACKER_NAME=xxxxxxxxx PLACE_INDEX=xxxxxxxxx MAP_NAME=xxxxxxxxxxxxxxxxxxx
IDENTITY_POOL_ID=<REGION>:xxxxxxxxxxxxxxxxxxxxxxxxxx TRACKER_NAME=xxxxxxxxx MAP_STYLE=xxxxxxxxxxxxxxxxxxx API_KEY=xx.xxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx API_KEY_REGION=xxxxxxxxx
- IDENTITY_POOL_ID: Your AWS Cognito Identity Pool ID used for authenticating users.
- REGION: Your AWS region.
- IDENTITY_POOL_ID: Your AWS Cognito Identity Pool ID used for authenticating users for the Tracking/Geofencing services.
- TRACKER_NAME: The name of the tracker resource in Amazon Location Service used for tracking location updates.
- PLACE_INDEX: The Amazon Resource Name of your place index in Amazon Location Service.
- MAP_NAME: The name of the map resource in the Amazon Location Service you want to use to display the map.
- MAP_STYLE: The style of the map resource in the Amazon Location Service you want to use to display the map. ("Standard", "Monochrome", "Hybrid", or "Satellite")
- API_KEY: Your api key used for authenticating users to access maps, routes and places.
- API_KEY_REGION: Your api key AWS region.
These values are used to configure the app's connection to AWS services.