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