PolylineWayPoint class
description: project: flutter_polyline_points @package: @author: dammyololade created on: 12/05/2020
Constructors
- PolylineWayPoint({required String location, bool stopOver = true})
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- location ↔ String
- 
  the location of the waypoint,
You can specify waypoints using the following values:
--- Latitude/longitude coordinates (lat/lng): an explicit value pair. (-34.92788%2C138.60008 comma, no space),
--- Place ID: The unique value specific to a location. This value is only available only if
    the request includes an API key or Google Maps Platform Premium Plan client ID (ChIJGwVKWe5w44kRcr4b9E25-Go
--- Address string (Charlestown, Boston,MA)
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- stopOver ↔ bool
- 
  is a boolean which indicates that the waypoint is a stop on the route,
which has the effect of splitting the route into two routes
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited