LocationDetails constructor

LocationDetails(
  1. GeoCoordinates coordinates
)

Creates a new instance.

  • coordinates The geographic coordinates of the place.

Implementation

LocationDetails(this.coordinates)
    : coordinatesInterpolated = false, accessPoints = [], boundingBox = null;