Class: GeoDecodingParameter

SuperMap.GeoDecodingParameter

The GeoDecodingParameter class.

new SuperMap.GeoDecodingParameter(options)

GeoDecodingParameter.js, line 4
Name Type Description
options Object

The parameters.

Name Type Description
x number

The longitude of the specific geolocation.

y number

The latitude of the specific geolocation.

fromIndex number optional

Setting the start index of the returned object.

filters Array.<string> optional

The filter fields, limiting the query areas.

prjCoordSys string optional

The coordinate system of the query results.

maxReturn number optional

The Maximum count of the result .

geoDecodingRadius number optional

The radius of the decoding.

Members

filtersArray.<string>

The filter fields, limiting the query areas.

fromIndexnumber

Setting the start index of the returned object

geoDecodingRadiusnumber

The radius of the decoding

maxReturnnumber

The Maximum count of the result

prjCoordSysstring

The coordinate system of the query results

toIndexnumber

Setting the end index of the returned object

xnumber

The longitude of the specific geolocation.

ynumber

The latitude of the specific geolocation.

Methods

destroy()

GeoDecodingParameter.js, line 80

Disposes the resource. The property that references resource is set to null.