Namespace: hr.tis.mgw.client.location
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public Function getLocation ( _
	routeId As String, _
	requesterAddress As String, _
	endUserAddress As String, _
	accuracy As Accuracy _
) As Location
C#
public Location getLocation (
	string routeId,
	string requesterAddress,
	string endUserAddress,
	Accuracy accuracy
)
Visual C++
public:
virtual Location^ getLocation (
	String^ routeId, 
	String^ requesterAddress, 
	String^ endUserAddress, 
	Accuracy accuracy
) sealed

Parameters

routeId
System.String
requesterAddress
System.String
endUserAddress
System.String
accuracy
hr.tis.mgw.client.location.Accuracy