public class PhotoOptions extends MapObject
Constructor and Description |
---|
PhotoOptions()
Creates new PhotoOptions object.
|
PhotoOptions(Map map)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
double |
getMaxHeight()
Returns value of maxHeight property.
|
double |
getMaxWidth()
Returns value of maxWidth property.
|
void |
setMaxHeight(double value)
Sets new value for maxHeight property.
|
void |
setMaxWidth(double value)
Sets new value for maxWidth property.
|
addEventListener, attachObject, cacheProperties, cacheProperties, clone, createJSValue, dispose, fromJSValue, getJSObject, getMap, getProperties, invokeMethod, propertyChanged, removeEventListener, updateProperty
public PhotoOptions()
@Deprecated public PhotoOptions(Map map)
map
- owner Map objectpublic double getMaxHeight()
Contains the maximum height in pixels of the returned image.
setMaxHeight(double)
public void setMaxHeight(double value)
value
- new property valuegetMaxHeight()
public double getMaxWidth()
Contains the maximum width in pixels of the returned image.
setMaxWidth(double)
public void setMaxWidth(double value)
value
- new property valuegetMaxWidth()