RoamTripStops constructor

RoamTripStops(
  1. double? geometryRadius,
  2. List<double>? geometry, {
  3. String? id,
  4. Map<String, dynamic>? metadata,
  5. String? description,
  6. String? name,
  7. String? address,
})

Implementation

RoamTripStops(
    this.geometryRadius,
    this.geometry,
    {
      this.id,
      this.metadata,
      this.description,
      this.name,
      this.address
    });