Class: GeoCodingParameter

SuperMap.GeoCodingParameter

The GeoCodingParameter class.

new SuperMap.GeoCodingParameter(options)

GeoCodingParameter.js, line 4
Name Type Description
options Object

The parameters.

Name Type Description
address string

Specfiy the detailed address description for the geocoding analysis.

fromIndex number optional

Setting the start index of the returned object.

toIndex number optional

Setting the end 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

Sets the maximum match result.

Members

addressstring

Specfiy the detailed address description for the geocoding analysis, required.

filtersArray.<string>

The filter fields, limiting the query areas.

fromIndexnumber

Setting the start index of the returned object.

maxReturnnumber

Sets the maximum match result.

prjCoordSysstring

The coordinate system of the query results.

toIndexnumber

Setting the end index of the returned object.

Methods

destroy()

GeoCodingParameter.js, line 69

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