Xamarin.Forms Map Application Sample
Перейти к файлу
Javier Suárez Ruiz 8a64ecb4d9
Update README.md
2020-02-25 12:09:05 +01:00
images Added initial README 2017-01-22 13:25:51 +01:00
src Added second sample 2017-01-22 14:44:56 +01: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.