LatLng.fromJson constructor

LatLng.fromJson(
  1. Map<String, Object?> json
)

Parse an LatLng from json.

Implementation

factory LatLng.fromJson(Map<String, Object?> json) => _$LatLngFromJson(json);