User Tools

Site Tools


api:thinkgeo.cloud.mapsqueryclient

ThinkGeo.Cloud.MapsQueryClient

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.Cloud.BaseClient
      • ThinkGeo.Cloud.MapsQueryClient

Members Summary

Public Constructors

MapsQueryClient()

  • Initilizes an instance. You need apply client Id and secret by properties.
Remarks
  • N/A
Parameters

MapsQueryClient(String,String)

  • Initializes an instance with ClientID and ClientSecret. It will send a request to GIS Server to gain the token which will be added to the Header for all the requests.
Remarks
  • N/A
Parameters
  • clientId
    • Type:String
    • Description:The ClientID for the auth.
  • clientSecret
    • Type:String
    • Description:The ClientSecret for the auth.

Protected Constructors

Public Methods

GetFeaturesWithin(String,BaseShape,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.

GetFeaturesWithin(String,BaseShape,Int32,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.

GetFeaturesWithin(String,BaseShape,String,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).

GetFeaturesContaining(String,BaseShape,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.

GetFeaturesContaining(String,BaseShape,Int32,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.

GetFeaturesContaining(String,BaseShape,String,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).

GetFeaturesIntersecting(String,BaseShape,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.

GetFeaturesIntersecting(String,BaseShape,Int32,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.

GetFeaturesIntersecting(String,BaseShape,String,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).

GetFeaturesOverlapping(String,BaseShape,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.

GetFeaturesOverlapping(String,BaseShape,Int32,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.

GetFeaturesOverlapping(String,BaseShape,String,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).

GetFeaturesTouching(String,BaseShape,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.

GetFeaturesTouching(String,BaseShape,Int32,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.

GetFeaturesTouching(String,BaseShape,String,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).

GetFeaturesNearest(String,BaseShape,Int32,MapsQueryNearestQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • maxResults
    • Type:Int32
    • Description:The maximum number of features to return.

GetFeaturesNearest(String,BaseShape,Int32,Int32,MapsQueryNearestQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.
  • maxResults
    • Type:Int32
    • Description:The maximum number of features to return.

GetFeaturesNearest(String,BaseShape,String,Int32,MapsQueryNearestQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).
  • maxResults
    • Type:Int32
    • Description:The maximum number of features to return.

GetFeaturesNearest(String,BaseShape,Int32,Double,DistanceUnit,MapsQueryNearestQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • maxResults
    • Type:Int32
    • Description:The maximum number of features to return.
  • searchRadius
    • Type:Double
    • Description:The radius of the search area around the target geometry.
  • searchRadiusUnit
    • Description:The unit of measure in which the searchRadius is expressed.

GetFeaturesNearest(String,BaseShape,Int32,Int32,Double,DistanceUnit,MapsQueryNearestQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.
  • maxResults
    • Type:Int32
    • Description:The maximum number of features to return.
  • searchRadius
    • Type:Double
    • Description:The radius of the search area around the target geometry.
  • searchRadiusUnit
    • Description:The unit of measure in which the searchRadius is expressed.

GetFeaturesNearest(String,BaseShape,String,Int32,Double,DistanceUnit,MapsQueryNearestQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).
  • maxResults
    • Type:Int32
    • Description:The maximum number of features to return.
  • searchRadius
    • Type:Double
    • Description:The radius of the search area around the target geometry.
  • searchRadiusUnit
    • Description:The unit of measure in which the searchRadius is expressed.

GetFeaturesWithinDistance(String,BaseShape,Double,DistanceUnit,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • distance
    • Type:Double
    • Description:The distance within which to find features.
  • distanceUnit
    • Description:The unit of measure in which the distance is expressed.

GetFeaturesWithinDistance(String,BaseShape,Int32,Double,DistanceUnit,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.
  • distance
    • Type:Double
    • Description:The distance within which to find features.
  • distanceUnit
    • Description:The unit of measure in which the distance is expressed.

GetFeaturesWithinDistance(String,BaseShape,String,Double,DistanceUnit,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).
  • distance
    • Type:Double
    • Description:The distance within which to find features.
  • distanceUnit
    • Description:The unit of measure in which the distance is expressed.

GetFeaturesCustom(MapsQueryCustomQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters

GetLayers()

  • N/A
Remarks
  • N/A
Return Value
Parameters

GetAttributesOfLayer(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:the query layer.

GetFeaturesWithinAsync(String,BaseShape,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.

GetFeaturesWithinAsync(String,BaseShape,Int32,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.

GetFeaturesWithinAsync(String,BaseShape,String,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).

GetFeaturesContainingAsync(String,BaseShape,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.

GetFeaturesContainingAsync(String,BaseShape,Int32,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.

GetFeaturesContainingAsync(String,BaseShape,String,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).

GetFeaturesIntersectingAsync(String,BaseShape,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.

GetFeaturesIntersectingAsync(String,BaseShape,Int32,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.

GetFeaturesIntersectingAsync(String,BaseShape,String,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).

GetFeaturesOverlappingAsync(String,BaseShape,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.

GetFeaturesOverlappingAsync(String,BaseShape,Int32,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.

GetFeaturesOverlappingAsync(String,BaseShape,String,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).

GetFeaturesTouchingAsync(String,BaseShape,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.

GetFeaturesTouchingAsync(String,BaseShape,Int32,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.

GetFeaturesTouchingAsync(String,BaseShape,String,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).

GetFeaturesNearestAsync(String,BaseShape,Int32,MapsQueryNearestQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • maxResults
    • Type:Int32
    • Description:The maximum number of features to return.

GetFeaturesNearestAsync(String,BaseShape,Int32,Int32,MapsQueryNearestQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.
  • maxResults
    • Type:Int32
    • Description:The maximum number of features to return.

GetFeaturesNearestAsync(String,BaseShape,String,Int32,MapsQueryNearestQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).
  • maxResults
    • Type:Int32
    • Description:The maximum number of features to return.

GetFeaturesNearestAsync(String,BaseShape,Int32,Double,DistanceUnit,MapsQueryNearestQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • maxResults
    • Type:Int32
    • Description:The maximum number of features to return.
  • searchRadius
    • Type:Double
    • Description:The radius of the search area around the target geometry.
  • searchRadiusUnit
    • Description:The unit of measure in which the searchRadius is expressed.

GetFeaturesNearestAsync(String,BaseShape,Int32,Int32,Double,DistanceUnit,MapsQueryNearestQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.
  • maxResults
    • Type:Int32
    • Description:The maximum number of features to return.
  • searchRadius
    • Type:Double
    • Description:The radius of the search area around the target geometry.
  • searchRadiusUnit
    • Description:The unit of measure in which the searchRadius is expressed.

GetFeaturesNearestAsync(String,BaseShape,String,Int32,Double,DistanceUnit,MapsQueryNearestQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).
  • maxResults
    • Type:Int32
    • Description:The maximum number of features to return.
  • searchRadius
    • Type:Double
    • Description:The radius of the search area around the target geometry.
  • searchRadiusUnit
    • Description:The unit of measure in which the searchRadius is expressed.

GetFeaturesWithinDistanceAsync(String,BaseShape,Double,DistanceUnit,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • distance
    • Type:Double
    • Description:The distance within which to find features.
  • distanceUnit
    • Description:The unit of measure in which the distance is expressed.

GetFeaturesWithinDistanceAsync(String,BaseShape,Int32,Double,DistanceUnit,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • srid
    • Type:Int32
    • Description:Specifies the SRID (spatial reference system ID). Defaults to 4326.
  • distance
    • Type:Double
    • Description:The distance within which to find features.
  • distanceUnit
    • Description:The unit of measure in which the distance is expressed.

GetFeaturesWithinDistanceAsync(String,BaseShape,String,Double,DistanceUnit,MapsQuerySpatialQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:The query layer.
  • shape
    • Type:BaseShape
    • Description:The target shape.
  • proj4String
    • Type:String
    • Description:Specifies the proj4String (coordinate system).
  • distance
    • Type:Double
    • Description:The distance within which to find features.
  • distanceUnit
    • Description:The unit of measure in which the distance is expressed.

GetFeaturesCustomAsync(MapsQueryCustomQueryOptions)

  • N/A
Remarks
  • N/A
Return Value
Parameters

GetLayersAsync()

  • N/A
Remarks
  • N/A
Return Value
Parameters

GetAttributesOfLayerAsync(String)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • queryLayer
    • Type:String
    • Description:the query layer.

Dispose()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

AuthenticateWebRequest(WebRequest)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • webRequest
    • Type:WebRequest
    • Description:N/A

GetToken()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

GetTokenCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

SendWebRequest(WebRequest)

  • N/A
Remarks
  • N/A
Return Value
  • Type:WebResponse
  • Description:N/A
Parameters
  • webRequest
    • Type:WebRequest
    • Description:N/A

SendWebRequestAsync(WebRequest)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Task<WebResponse>
  • Description:N/A
Parameters
  • webRequest
    • Type:WebRequest
    • Description:N/A

GetNextCandidateBaseUri()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

GetNextCandidateBaseUriCore()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

OnGettingAccessToken(GettingAccessTokenEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnSendingWebRequest(SendingWebRequestEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnSentWebRequest(SentWebRequestEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

TimeoutInSeconds

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32

WebProxy

  • N/A
Remarks
  • N/A
Return Value
  • Type:IWebProxy

ClientId

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

ClientSecret

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

BaseUris

  • N/A
Remarks
  • N/A
Return Value
  • Type:Collection<Uri>

Protected Properties

Public Events

GettingAccessToken

  • N/A
Remarks
  • N/A

Event Arguments:GettingAccessTokenEventArgs

SendingWebRequest

  • N/A
Remarks
  • N/A

Event Arguments:SendingWebRequestEventArgs

SentWebRequest

  • N/A
Remarks
  • N/A

Event Arguments:SentWebRequestEventArgs

api/thinkgeo.cloud.mapsqueryclient.txt · Last modified: 2019/07/18 03:31 by kevinwan