getLatestDestinationLocation method
NUILatLng?
getLatestDestinationLocation()
Implementation
NUILatLng? getLatestDestinationLocation(){
if(_latestLocationCallback != null) return _latestLocationCallback();
return null;
}