asLocation property

Location get asLocation

Implementation

Location get asLocation => (
      long: this[0],
      lat: this[1],
    );