Skip to content

Support setting experienceId per request #743

@arriolac

Description

@arriolac

Is your feature request related to a problem? Please describe.
Currently, experienceIds can only be set on GeoApiContext via setExperienceIds(). This is limiting for use-cases that require setting different experienceIds concurrently which would require creating many GeoApiContext objects.

Describe the solution you'd like
Deprecate setExperienceIds on GeoApiContext and set experienceId on a per-request basis.

Example:

GeocodingAipRequest request = GeocodingApi.geocode(context, "1600 Amphitheatre Parkway Mountain View, CA 94043");
request.setExperienceIds("...");

Describe alternatives you've considered
Continue creating multiple GeoApiContext objects.

Metadata

Metadata

Assignees

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions