Screen Shot 2015-11-30 at 7.19.14 PM

Google today has announced an update to the Google Maps SDK for iOS, bumping it to version 1.11. The update includes bitcode support, new events, and brings some features previously available only in the Android SDK to iOS.

Bitcode support means that Apple can optimize for specific target devices at provisioning time and is an intermediate representation of your app that is uploaded to the App Store.

Google Maps SDK for iOS 1.11 also includes two new events that take better take advantage of multitouch features of iOS devices. Google writes on its Geo Developers blog:

The Google Maps SDK for iOS 1.11 also introduces two new events: didLongPressInfoWindowOfMarker and didCloseInfoWindowOfMarker. The long press event takes advantage of iOS long-touch as another way for users to interact with Maps SDK for iOS enabled apps. The close event is particularly useful if you wish to programmatically zoom back out on the map after the user has looked at the detail associated with a particular marker.

The latest Google Maps SDK for iOS 1.11 also includes a handful of new features and bug fixes:

  • Setting ground overlay opacity with an alpha value
  • Polygon hole support
  • Increased camera tilt range at high zoom
  • Additional Places autocomplete functionality

The full release notes and big fixes can be found here.