Xamarin.Forms Map Application Sample
Перейти к файлу
Javier Suárez fe36b5bcde
Merge pull request #3 from jsuarezruiz/dependabot/nuget/src/MyTaxiCompany01/MyTaxiCompany01/MyTaxiCompany01/Newtonsoft.Json-13.0.1
Bump Newtonsoft.Json from 9.0.2-beta2 to 13.0.1 in /src/MyTaxiCompany01/MyTaxiCompany01/MyTaxiCompany01
2023-05-17 11:57:04 +02:00
images Added initial README 2017-01-22 13:25:51 +01:00
src Merge pull request #3 from jsuarezruiz/dependabot/nuget/src/MyTaxiCompany01/MyTaxiCompany01/MyTaxiCompany01/Newtonsoft.Json-13.0.1 2023-05-17 11:57:04 +02:00
README.md Update README.md 2020-02-25 12:09:05 +01:00

README.md

MYTAXICOMPANY

MYTAXICOMPANY is a sample app whose imagined purpose is to serve the mobile workforce of a fictitious taxy company that manage the customers and taxis of a city.

The objectives of the demo applications are:

  • Explain how to use maps with the MVVM pattern.
  • How to use custom pushpins (images and layouts).
  • Advanced pushpins with movement.
  • Popups with information.
  • Drawing routes.

Screens

Login Config

##Three platforms The app targets three platforms:

  • iOS
  • Android
  • Universal Windows Platform (UWP)
    • UWP supported only in Visual Studio, not Xamarin Studio

Requirements

  • Visual Studio 2015 (14.0 or higher) to compile C# 6 langage features (or Visual Studio MacOS)
  • Xamarin add-ons for Visual Studio (available via the Visual Studio installer)
  • Visual Studio Community Edition is fully supported!
  • Android SDK Tools 25.2.3 or higher
  • JDK 8.0

Code released under the MIT license.