MapLocation constructor

const MapLocation(
  1. double latitude,
  2. double longitude
)

Implementation

const MapLocation(this.latitude, this.longitude);