LocationInfo constructor

LocationInfo(
  1. double latitude,
  2. double longitude, {
  3. String? address,
  4. String? name,
})

Implementation

LocationInfo(this.latitude, this.longitude, {this.address, this.name});