DeliveryNote.getCurrentLocation Method

Returns the current geographic location, type of coordinates 
The coordinates are used on the object TransportDetails
Public Function getCurrentLocation() As coordinates
This language is not supported or no code example is available.
public coordinates getCurrentLocation()
This language is not supported or no code example is available.

Return Value

coordinates
Example
 
 DeliveryNote del = new DeliveryNote("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", false);
 DeliveryNote.coordinates loc = del.getCurrentLocation();
 					
This language is not supported or no code example is available.
 Dim del As DeliveryNote = New DeliveryNote("AADEUserID", "OcpApimSubscriptionKey", "Arbitrans User", "Arbitrans Key", False)
 Dim loc As DeliveryNote.coordinates = del.getCurrentLocation()
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition