mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
+3
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user