com.google.maps.internal.StringJoin.UrlValue, java.io.Serializablepublic class Size
extends java.lang.Object
implements com.google.maps.internal.StringJoin.UrlValue, java.io.Serializable
| Modifier and Type | Field | Description | 
|---|---|---|
int | 
height | 
 The height of this Size. 
 | 
int | 
width | 
 The width of this Size. 
 | 
| Constructor | Description | 
|---|---|
Size() | 
 Serialization constructor. 
 | 
Size(int width,
    int height) | 
 Constructs a Size with a height/width pair. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
toString() | 
|
java.lang.String | 
toUrlValue() | 
public int width
public int height