PlaceIdQuery constructor - PlaceIdQuery - search library - Dart API
PlaceIdQuery
PlaceIdQuery constructor
- String id
Constructs a PlaceIdQuery from the provided Place id.
idDesired Place id to search.
Implementation
factory PlaceIdQuery(String id) => $prototype.make(id);