Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.32 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.32 KB

![] (http://www.compass.ie/wordpress/wp-content/uploads/Compass-logo-Final-300x104.png)

ArcGIS for Android Xamarin Bindings

====================

Xamarin binding project for ArcGIS for Android and a demo application using the bindings.

These bindings are based on ArcGIS for Android version 10.2.4 (October 2014)

Usage example

var map = FindViewById<MapView> (Resource.Id.mapView);
var bingMapLayer = new BingMapsLayer ("ENTER_YOUR_API_KEY",BingMapsLayer.MapStyle.Aerial);
map.AddLayer (bingMapLayer);

Known bugs and limitations

  • Not all the features on the SDK might be available
  • Not fully tested

Credits

License

Copyright 2014, Compass Informatics Ltd.

Licensed under the MIT License or see the LICENSE file.

Author

Logo

Copyright 2014, Compass Informatics Ltd.