NateRickard / Google-Maps-Utils-Binding

This is a set of Xamarin bindings for the Utility Library for Google Maps SDK for iOS (google-maps-ios-utils)
MIT License
7 stars 7 forks source link

## Google Maps Utils Binding

This is a set of Xamarin bindings for the Utility Library for Google Maps SDK for iOS (google-maps-ios-utils CocoaPod).

Building

To build, run make in the extern directory. Then open GoogleMapsUtils.sln in Xamarin Studio and build.

Using

Take the generated GoogleMapsUtils.iOS.dll from bin/Debug (or from whatever build config was used) and add a reference to it in your Xamarin.iOS project.

The library can be used as in the included sample (adapted from the Swift sample included with the SDK). Note that you'll also need to initialize Google Maps with an API key in the AppDelegate.

Requirements