Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.03 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.03 KB

Bike availability

A .NET MAUI application that use ArcGIS Maps SDK for .NET to show bike availability at rental stations in a few major cities.

This app uses a custom dynamic entity data source to periodically poll the CityBikes API for bike availability updates. See the blog Create a custom dynamic entity data source for more information.

To get started:

  1. Ensure that your system meets the System requirements for ArcGIS Maps SDK for .NET.
  2. Clone this repo to your local machine.
  3. Open the Visual Studio project (BikeAvailability.csproj).
    • The required NuGet packages will be restored, including ArcGIS Maps SDK for .NET.
  4. Add an API key on line 37 of MauiProgram.cs.