public class DuMapClient extends BaseDuMapClient
BaseDuMapClient.BodyTypeconfig, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX| Constructor and Description |
|---|
DuMapClient()
Construct a DuMap client with default settings.
|
DuMapClient(BceClientConfiguration configuration)
Construct a DuMap client with BceClientConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
direction(String appId,
DirectionDrivingParam param)
Direct the driving route.
|
String |
direction(String appId,
DirectionRidingParam param)
Direct the riding route.
|
String |
direction(String appId,
DirectionTransitParam param)
Direct the bus route.
|
String |
geocoder(String appId,
GeocoderParam param)
Geocode some place.
|
String |
geoconv(String appId,
GeoconvParam param)
Transform the coordinate.
|
String |
locate(String appId,
HardwareLocationRequest request)
Locate intelligent hardware.
|
String |
locate(String appId,
IPLocationParam param)
Locate IP.
|
String |
placeDetail(String appId,
PlaceDetailParam param)
Get some place detail.
|
String |
placeQuery(String appId,
PlaceSearchByBoundsParam param)
Search some place by rectangular area.
|
String |
placeQuery(String appId,
PlaceSearchByLocationParam param)
Search some place by circular area.
|
String |
placeQuery(String appId,
PlaceSearchByRegionParam param)
Search some place by administrative area.
|
String |
reverseGeocoder(String appId,
ReverseGeocoderParam param)
Reverser geocode some place.
|
callDuMap, callDuMap, fillInHeadAndBody, fillParams, safeAddQueryParam, toForm, toJsoncomputeBktVirEndpoint, computeServiceId, getBktVirEndpoint, getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdownpublic DuMapClient()
public DuMapClient(BceClientConfiguration configuration)
configuration - BceClientConfigurationpublic String placeQuery(String appId, PlaceSearchByBoundsParam param)
appId - app idparam - PlaceSearchByBoundsParampublic String placeQuery(String appId, PlaceSearchByRegionParam param)
appId - app idparam - PlaceSearchByRegionParampublic String placeQuery(String appId, PlaceSearchByLocationParam param)
appId - app idparam - PlaceSearchByLocationParampublic String placeDetail(String appId, PlaceDetailParam param)
appId - app idparam - PlaceDetailParampublic String geocoder(String appId, GeocoderParam param)
appId - app idparam - GeocoderParampublic String reverseGeocoder(String appId, ReverseGeocoderParam param)
appId - app idparam - ReverseGeocoderParampublic String direction(String appId, DirectionTransitParam param)
appId - app idparam - DirectionTransitParampublic String direction(String appId, DirectionRidingParam param)
appId - app idparam - DirectionRidingParampublic String direction(String appId, DirectionDrivingParam param)
appId - app idparam - DirectionDrivingParampublic String geoconv(String appId, GeoconvParam param)
appId - app idparam - GeoconvParampublic String locate(String appId, IPLocationParam param)
appId - app idparam - IpLocationParampublic String locate(String appId, HardwareLocationRequest request)
appId - app idrequest - HardwareLocationRequestCopyright © 2023. All rights reserved.