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
+3 -3
View File
@@ -38,7 +38,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
declare module google.maps.infobubble {
declare namespace google.maps.infobubble {
export interface InfoBubble {
/**
@@ -57,11 +57,11 @@ declare module google.maps.infobubble {
* @marker The marker used for anchoring the infobubble to
*/
open(map: google.maps.Map, marker: google.maps.Marker) : void;
/**
* Returns the position of the InfoBubble
*/
getPosition(): google.maps.LatLng;
getPosition(): google.maps.LatLng;
}
export interface InfoBubbleOptions {