CoordinateRF constructor

CoordinateRF(
  1. double lat,
  2. double lng
)

Implementation

CoordinateRF(this.lat, this.lng);