Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsTextWebService Class Referenceabstract

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 OnlineMapsOSMAPIQuery OnlineMapsOSMNominatim OnlineMapsOpenRouteService OnlineMapsOpenRouteServiceDirections OnlineMapsOpenRouteServiceGeocode OnlineMapsQQSearch OnlineMapsWhat3Words

Public Attributes

Action< string > OnComplete
 Event that occurs when a response is received from webservice.
 
new Action< OnlineMapsTextWebServiceOnFailed
 Event that occurs when an error response is received from webservice.
 
new Action< OnlineMapsTextWebServiceOnFinish
 This event is occurs after other events, before disposing the request.
 
new Action< OnlineMapsTextWebServiceOnSuccess
 Event that occurs when a success response is received from webservice.
 
- Public Attributes inherited from OnlineMapsWebServiceAPI
Action< OnlineMapsWebServiceAPIOnFailed
 Event that occurs when an error response is received from webservice.
 
Action< OnlineMapsWebServiceAPIOnFinish
 Event that occurs after OnComplete, when the response from webservice processed.
 
Action< OnlineMapsWebServiceAPIOnDispose
 Event that occurs when the current request instance is disposed.
 
Action< OnlineMapsWebServiceAPIOnSuccess
 Event that occurs when a success response is received from webservice.
 
object customData
 In this variable you can put any data that you need to work with requests.
 

Protected Member Functions

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

Protected Attributes

string _response
 Response string.
 

Properties

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

Additional Inherited Members

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

Detailed Description

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

Property Documentation

◆ response

string OnlineMapsTextWebService.response
get

Gets a response from webservice.

The response.