About The Project
Places search app with both AR and map views.
Getting Started
- Create a project at https://console.cloud.google.com/.
- Enable Google Maps
- Paste the API key into
AndroidManifest.xml
<meta-data android:name="com.google.android.geo.API_KEY" android:value="<GOOGLE_API_KEY>" />
- Go to https://api.um.warszawa.pl/, create an account and a get an API key
- Paste the API key into
vehicles_api.dart
static const key = '<UM_WARSZAWA_API_KEY>';
License
Distributed under the MIT License. See LICENSE.md
for more information.
Comments are closed.