-
Notifications
You must be signed in to change notification settings - Fork 962
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
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.
hechi
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.