DeliveryNote.getCurrentLocation Method
The coordinates are used on the object TransportDetails
Public Function getCurrentLocation() As coordinates
This language is not supported or no code example is available.
Return Value
coordinates
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.