copyWith abstract method

ILatLng copyWith({
  1. double latitude,
  2. double longitude,
  3. double bearing,
  4. MarkerId markerId,
  5. bool isStopover,
  6. bool ripple,
  7. bool isEmpty,
  8. double mapScale,
  9. Map<String, dynamic>? markerJson,
})

Implementation

ILatLng copyWith({
  double latitude,
  double longitude,
  double bearing,
  MarkerId markerId,
  bool isStopover,
  bool ripple,
  bool isEmpty,
  double mapScale,
  Map<String, dynamic>? markerJson,
});