HereLocation constructor

HereLocation({
  1. String? locationId,
  2. String? locationType,
  3. GeoCoordinates? displayPosition,
  4. List<GeoCoordinates>? navigationPosition,
  5. HereMapView? mapView,
  6. HereAddress? address,
})

Implementation

HereLocation(
    {this.locationId, this.locationType, this.displayPosition, this.navigationPosition, this.mapView, this.address});