WeightedLatLng constructor

WeightedLatLng(
  1. LatLng latLng,
  2. double intensity
)

Implementation

WeightedLatLng(this.latLng, this.intensity);