fromLatLng method

Widget fromLatLng(
  1. String lat,
  2. String lng
)

Implementation

Widget fromLatLng(String lat, String lng) => GoogleMapLatLng(
      apiKey: this.apiKey,
      height: height,
      width: width,
      lat: lat,
      long: lng,
    );