ingestLocations method

Future<IngestLocationsResponse> ingestLocations(
  1. ClientContext? ctx,
  2. IngestLocationsRequest request
)

Implementation

$async.Future<IngestLocationsResponse> ingestLocations($pb.ClientContext? ctx, IngestLocationsRequest request) =>
  _client.invoke<IngestLocationsResponse>(ctx, 'GeolocationService', 'IngestLocations', request, IngestLocationsResponse())
;