PlaceIdQuery constructor

PlaceIdQuery(
  1. String id
)

Constructs a PlaceIdQuery from the provided Place id.

  • id Desired Place id to search.

Implementation

factory PlaceIdQuery(String id) => $prototype.make(id);