|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.map.BingMapsResult
public class BingMapsResult
This class represents a Bing Maps result containing an address and its locations returned by a geocode or reverse-geocode request. You can refer to the Bing Maps documentation GeocodeResult Class for more information.
Constructor Summary | |
---|---|
BingMapsResult()
Default constructor. |
Method Summary | |
---|---|
void |
fromJson(org.codehaus.jackson.JsonParser parser,
int nothing)
Populates a BingMapsResult using a Json response. |
int |
getImageHeight()
Returns the height of the image. |
String |
getImageUrl()
Returns the URL for the image. |
String[] |
getImageUrlSubdomains()
Returns the URL sub domains for the image. |
int |
getImageWidth()
Returns the width of the image. |
String |
getVintageEnd()
Returns the vintage end of the image. |
String |
getVintageStart()
Returns the vintage start of the image. |
int |
getZoomMax()
Returns the maxim zoom of the image. |
int |
getZoomMin()
Returns the minimum zoom of the image. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BingMapsResult()
Method Detail |
---|
public String getImageUrl()
public String[] getImageUrlSubdomains()
public int getImageWidth()
public int getImageHeight()
public String getVintageEnd()
public String getVintageStart()
public int getZoomMin()
public int getZoomMax()
public void fromJson(org.codehaus.jackson.JsonParser parser, int nothing) throws Exception
Populates a BingMapsResult using a Json response.
fromJson
in interface com.esri.core.map.bing.Result
parser
- JsonParser
containing the Json response
Exception
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |