LatLng constructor

LatLng(double latitude, double longitude)

Implementation

LatLng(this.latitude, this.longitude)
    : _androidModel = null,
      _iosModel = null;