fromPlaceId static method

Waypoint fromPlaceId(
  1. String placeId
)

Implementation

static Waypoint fromPlaceId(String placeId) =>
    Waypoint(value: 'place_id:$placeId');