menu
googlemaps_flutter_webservices package
documentation
directions.dart
Waypoint
fromPlaceId static method
fromPlaceId static method
dark_mode
light_mode
fromPlaceId
static method
Waypoint
fromPlaceId
(
String
placeId
)
Implementation
static Waypoint fromPlaceId(String placeId) => Waypoint(value: 'place_id:$placeId');
googlemaps_flutter_webservices package
documentation
directions
Waypoint
fromPlaceId static method
Waypoint class