Saturday, September 23, 2023

Bing Maps & Nautical Charts

 Bing Maps API, an excellent feature rich mapping platform by Microsoft is fully compatible with i-Boating Marine Charts SDK

Adding nautical charts overlay to Bing Maps is as simple as adding a few lines of javascript code.

<!-- This will add nautical charts overlay on Bing Base Map -->

            var overlay = new BlcNauticalOverlay(map, { blc_access_token:'YOUR_ACCESS_TOKEN' } );

           //Add the custom overlay to the map.

            map.layers.insert(overlay);

If you wish to add marine charts and lake maps to your web-application, contact us for a trial key and pricing.



No comments:

Post a Comment