WeightedLatLng constructor

const WeightedLatLng(
  1. LatLng point, {
  2. double weight = 1.0,
})

Creates a WeightedLatLng with the specified weight

Implementation

const WeightedLatLng(this.point, {this.weight = 1.0});