Classe Point
classe google.maps.Point
Constructeur | |
---|---|
Méthode | |
Propriété |
Constructeur Point | |
---|---|
Constructeur | Description |
Point( | Un point situé sur un plan à deux dimensions. |
Méthode Point | ||
---|---|---|
Méthode | Valeur Retournée | Description |
equals( | Valeur retournée : boolean | Compare deux points. |
toString() | Valeur retournée : string | Retourne une représentation sous forme de chaîne de ce point. |
Propriété Point | ||
---|---|---|
Propriété | Type | Description |
x | Type : number | La coordonnée X |
y | Type : number | La coordonnée Y |