getLongitudeE6 method

int getLongitudeE6()

Returns the longitude value in microdegrees of this coordinate.

@return the longitude value in microdegrees of this coordinate.

Implementation

int getLongitudeE6() {
  return degreesToMicrodegrees(this.longitude);
}