@override ILatLng get last { if (_locationQueue.isNotEmpty) { return _locationQueue.last; } return ILatLng.empty(); }