Skip to content

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

License

Notifications You must be signed in to change notification settings

compassinformatics/ArcgisXamarinBinding

 
 

Repository files navigation

![] (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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published