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.
- Ensure that your system meets the System requirements for ArcGIS Maps SDK for .NET.
- Clone this repo to your local machine.
- Open the Visual Studio project (BikeAvailability.csproj).
- The required NuGet packages will be restored, including ArcGIS Maps SDK for .NET.
- Add an API key on line 37 of MauiProgram.cs.
- Visit developers.arcgis.com to sign up for a free ArcGIS Developer account and to receive an API key.