Online Maps  v3
OnlineMapsWebServiceAPI Class Referenceabstract

The base class for working with the web services. More...

Inheritance diagram for OnlineMapsWebServiceAPI:
OnlineMapsGooglePlacePhoto OnlineMapsTextWebService OnlineMapsAMapSearch OnlineMapsBingMapsElevation OnlineMapsBingMapsLocation OnlineMapsGoogleDirections OnlineMapsGoogleElevation OnlineMapsGoogleGeocoding OnlineMapsGooglePlaceDetails OnlineMapsGooglePlaces OnlineMapsGooglePlacesAutocomplete OnlineMapsGoogleRoads OnlineMapsHereRoutingAPI OnlineMapsOpenRouteService OnlineMapsOpenRouteServiceDirections OnlineMapsOpenRouteServiceGeocode OnlineMapsOSMAPIQuery OnlineMapsOSMNominatim OnlineMapsQQSearch OnlineMapsWhat3Words

Public Member Functions

abstract void Destroy ()
 Destroys the current request to webservice. More...
 
OnlineMapsWWW GetWWW ()
 Get request instance More...
 

Public Attributes

Action< OnlineMapsWebServiceAPIOnFailed
 Event that occurs when an error response is received from webservice. More...
 
Action< OnlineMapsWebServiceAPIOnFinish
 Event that occurs after OnComplete, when the response from webservice processed. More...
 
Action< OnlineMapsWebServiceAPIOnDispose
 Event that occurs when the current request instance is disposed. More...
 
Action< OnlineMapsWebServiceAPIOnSuccess
 Event that occurs when a success response is received from webservice. More...
 
object customData
 In this variable you can put any data that you need to work with requests. More...
 

Properties

OnlineMapsQueryStatus status [get]
 Gets the current status of the request to webservice. More...
 

Detailed Description

The base class for working with the web services.

Member Function Documentation

◆ Destroy()

abstract void OnlineMapsWebServiceAPI.Destroy ( )
pure virtual

Destroys the current request to webservice.

Implemented in OnlineMapsGooglePlacePhoto, and OnlineMapsTextWebService.

◆ GetWWW()

OnlineMapsWWW OnlineMapsWebServiceAPI.GetWWW ( )

Get request instance

Returns
Instance of request

Member Data Documentation

◆ customData

object OnlineMapsWebServiceAPI.customData

In this variable you can put any data that you need to work with requests.

◆ OnDispose

Action<OnlineMapsWebServiceAPI> OnlineMapsWebServiceAPI.OnDispose

Event that occurs when the current request instance is disposed.

◆ OnFailed

Action<OnlineMapsWebServiceAPI> OnlineMapsWebServiceAPI.OnFailed

Event that occurs when an error response is received from webservice.

◆ OnFinish

Action<OnlineMapsWebServiceAPI> OnlineMapsWebServiceAPI.OnFinish

Event that occurs after OnComplete, when the response from webservice processed.

◆ OnSuccess

Action<OnlineMapsWebServiceAPI> OnlineMapsWebServiceAPI.OnSuccess

Event that occurs when a success response is received from webservice.

Property Documentation

◆ status

OnlineMapsQueryStatus OnlineMapsWebServiceAPI.status
get

Gets the current status of the request to webservice.

The status.