public class

BingMapsResult

extends Object
implements Result Serializable
java.lang.Object
   ↳ com.esri.android.map.bing.BingMapsResult

Class Overview

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.

Summary

Public Constructors
BingMapsResult()
Default constructor.
Public Methods
void fromJson(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()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.esri.core.map.bing.Result

Public Constructors

public BingMapsResult ()

Default constructor.

Public Methods

public void fromJson (JsonParser parser, int nothing)

Populates a BingMapsResult using a Json response.

Parameters
parser JsonParser containing the Json response
nothing the nothing
Throws
Exception the exception

public int getImageHeight ()

Returns the height of the image.

Returns
  • the height of the image

public String getImageUrl ()

Returns the URL for the image.

Returns
  • the URL for the image

public String[] getImageUrlSubdomains ()

Returns the URL sub domains for the image.

Returns
  • the URL sub domains for the image

public int getImageWidth ()

Returns the width of the image.

Returns
  • the width of the image

public String getVintageEnd ()

Returns the vintage end of the image.

Returns
  • the vintage end of the image

public String getVintageStart ()

Returns the vintage start of the image.

Returns
  • the Returns the vintage start of the image.

public int getZoomMax ()

Returns the maxim zoom of the image.

Returns
  • the maxim zoom of the image

public int getZoomMin ()

Returns the minimum zoom of the image.

Returns
  • the minimum zoom of the image

public String toString ()