TLocationComponents typedef

TLocationComponents = ({double altitude, double latitude, double longitude})

Implementation

typedef TLocationComponents = ({
  double longitude,
  double latitude,
  double altitude
});