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