MapAddress constructor

MapAddress(
  1. double latitude,
  2. double longitude,
  3. String address
)

Implementation

MapAddress(this.latitude, this.longitude, this.address);