Skip to content

Instantly share code, notes, and snippets.

@moritonal
moritonal / bingmaps.ts
Created September 22, 2018 20:12
Example class import
import "bingmaps"
var map;
export default class BingMap {
Map: Microsoft.Maps.Map;
Infobox: Microsoft.Maps.Infobox;
AddPoint(lat: number, lon: number, title?: string, colour?: string, func?: any): Microsoft.Maps.Pushpin {