Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
/// <reference path="Microsoft.Maps.d.ts"/>
declare module Microsoft.Maps.AdvancedShapes {
declare namespace Microsoft.Maps.AdvancedShapes {
export class EntityCollection {
@@ -41,4 +41,4 @@ declare module Microsoft.Maps.AdvancedShapes {
toString(): string;
}
}
}
+2 -2
View File
@@ -5,7 +5,7 @@
/// <reference path="Microsoft.Maps.d.ts"/>
declare module Microsoft.Maps.Directions {
declare namespace Microsoft.Maps.Directions {
export interface BusinessDetails {
@@ -433,4 +433,4 @@ declare module Microsoft.Maps.Directions {
routeLeg: RouteLeg;
}
}
}
+1 -1
View File
@@ -5,7 +5,7 @@
/// <reference path="Microsoft.Maps.d.ts"/>
declare module Microsoft.Maps.Search {
declare namespace Microsoft.Maps.Search {
export interface Address {
addressLine: string;
+3 -3
View File
@@ -3,10 +3,10 @@
// Definitions by: Eric Todd <https://github.com/ericrtodd>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module Microsoft.Maps.Themes {
declare namespace Microsoft.Maps.Themes {
export class BingTheme {
constructor();
}
}
}
+4 -4
View File
@@ -5,10 +5,10 @@
/// <reference path="Microsoft.Maps.d.ts"/>
declare module Microsoft.Maps.Traffic {
declare namespace Microsoft.Maps.Traffic {
export class TrafficManager {
constructor(map: Map);
hide(): void;
@@ -21,4 +21,4 @@ declare module Microsoft.Maps.Traffic {
showLegend():void;
}
}
}
+1 -1
View File
@@ -5,7 +5,7 @@
/// <reference path="Microsoft.Maps.d.ts"/>
declare module Microsoft.Maps.VenueMaps {
declare namespace Microsoft.Maps.VenueMaps {
export interface MouseResponse {
eventArgs: MouseEventArgs;
+1 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: Eric Todd <https://github.com/ericrtodd>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module Microsoft.Maps {
declare namespace Microsoft.Maps {
export enum AltitudeReference {
ground,
+2 -2
View File
@@ -6,7 +6,7 @@
/// <reference path="Microsoft.Maps.Traffic.d.ts"/>
/// <reference path="Microsoft.Maps.VenueMaps.d.ts"/>
module BingMapsTests {
namespace BingMapsTests {
// An interactive set of Bing Maps AJAX control usages can be found at http://www.bingmapsportal.com/isdk/ajaxv7
// A full API description can be found at http://msdn.microsoft.com/en-us/library/gg427610.aspx
@@ -90,4 +90,4 @@ module BingMapsTests {
return location;
}
}
}
}