We are very pleased to announce NAVBuilder Inside 2.1! We have added new features and enhancements to make NBI more robust. NAVBuilder Inside now gives you options to monetize your application using location based coupons and deals APIs. You can also expand your customer base by deploying your application cross-carrier. Support for MapKit on the iOS platform has also been added.
Watch Marni Walden (CMO of Verizon Wireless) and Kris Kolodziej (Associate Director, Verizon Wireless) talk about NBI
Did you know NBI allows your users to send (or share) maps amongst each other in your application?
The easiest way to do this is use NBI_MapToURL to get a URL representation of your current map state, including a selected pin. The map can then be recreated from this URL using NBI_MapFromURL. In addition, NBI provides a function to serialize an NBI_Place structure into an array of bytes that is URL-safe (NBI_MapPlaceToByteArray). You can use this function to easily create a file with your pins and send it over email or MMS. The receiving application can then use NBI_MapByteArrayToPlace to recover the NBI_Place structures and use them to add the pins on the map. Since not all recipients of your messages will have NBI installed, we have designed the URL to be a real live URL. If your users receive an NBI map URL and there is no special handling for it, selecting it will launch the browser pointing to the NBI map URL server, and it will be rendered on the browser.