endpoint property

  1. @override
String get endpoint
override

The endpoint for the Google Places API auto-completion request.

This endpoint is used to fetch auto-completion suggestions for a given input term.

Implementation

@override
String get endpoint => "maps/api/place/queryautocomplete/json?input=";