Logo

TransportControl

About The Project

Logo Logo

Places search app with both AR and map views.

(back to top)

Getting Started

  1. Create a project at https://console.cloud.google.com/.
  2. Enable Google Maps
  3. Paste the API key into AndroidManifest.xml

    <meta-data
         android:name="com.google.android.geo.API_KEY"
         android:value="<GOOGLE_API_KEY>" />
  4. Go to https://api.um.warszawa.pl/, create an account and a get an API key
  5. Paste the API key into vehicles_api.dart
    static const key = '<UM_WARSZAWA_API_KEY>';

(back to top)

License

Distributed under the MIT License. See LICENSE.md for more information.

(back to top)

GitHub

View Github