Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 1.13 KB

README.md

File metadata and controls

8 lines (8 loc) · 1.13 KB

RxBingMap

A reactive extension for the Bing web map plotting tool. ##Goal and Philosophy RxBingMaps is an open-source RxJS binding for the Bing Maps Ajax web API, which happens to nicely integrate with Bing core navigation and mapping services via the open source project Rx-Bing-Services.

This project was implemented with simplicity and usability in mind, with providing users with a robust canvas and toolset to visualize a beautiful geo-map interface. In the example below, you can visualize custom pushpin icons to represent the results of the Bing spatial data(whats around me) REST service, and leveraging the RxJS to orchestrate all the asynch callbacks and event streams.

![image](https://cloud.githubusercontent.com/assets/7635865/9719413/0923478a-5552-11e5-9c16-7b6a1fab3e95.gif)
[RX-Bing-Maps Demo Site](http://rx-bing-maps-demo.azurewebsites.net/example/map.html)