Online Maps  v3
OnlineMapsTextWebService Class Reference

The base class for working with the web services returns text response. More...

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

Public Member Functions

override void Destroy ()
 Destroys the current request to webservice. More...
 
- Public Member Functions inherited from OnlineMapsWebServiceAPI
OnlineMapsWWW GetWWW ()
 Get request instance More...
 

Public Attributes

Action< string > OnComplete
 Event that occurs when a response is received from webservice. More...
 
new Action< OnlineMapsTextWebServiceOnFailed
 Event that occurs when an error response is received from webservice More...
 
new Action< OnlineMapsTextWebServiceOnFinish
 This event is occurs after other events, before disposing the request More...
 
new Action< OnlineMapsTextWebServiceOnSuccess
 Event that occurs when a success response is received from webservice More...
 
- Public Attributes inherited from OnlineMapsWebServiceAPI
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...
 

Protected Member Functions

void OnRequestComplete (OnlineMapsWWW www)
 Checks whether the response from webservice. More...
 

Protected Attributes

string _response
 Response string More...
 

Properties

string response [get]
 Gets a response from webservice. More...
 
- Properties inherited from OnlineMapsWebServiceAPI
OnlineMapsQueryStatus status [get]
 Gets the current status of the request to webservice. More...
 

Detailed Description

The base class for working with the web services returns text response.

Member Function Documentation

◆ Destroy()

override void OnlineMapsTextWebService.Destroy ( )
virtual

Destroys the current request to webservice.

Implements OnlineMapsWebServiceAPI.

◆ OnRequestComplete()

void OnlineMapsTextWebService.OnRequestComplete ( OnlineMapsWWW  www)
protected

Checks whether the response from webservice.

Member Data Documentation

◆ _response

string OnlineMapsTextWebService._response
protected

Response string

◆ OnComplete

Action<string> OnlineMapsTextWebService.OnComplete

Event that occurs when a response is received from webservice.

◆ OnFailed

new Action<OnlineMapsTextWebService> OnlineMapsTextWebService.OnFailed

Event that occurs when an error response is received from webservice

◆ OnFinish

new Action<OnlineMapsTextWebService> OnlineMapsTextWebService.OnFinish

This event is occurs after other events, before disposing the request

◆ OnSuccess

new Action<OnlineMapsTextWebService> OnlineMapsTextWebService.OnSuccess

Event that occurs when a success response is received from webservice

Property Documentation

◆ response

string OnlineMapsTextWebService.response
get

Gets a response from webservice.

The response.