hasPosition method

bool hasPosition()

Implementation

bool hasPosition() {
  return _latitude != null && _longitude != null;
}