You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are going to manage trips for our mobility project and referring this documentation to report the trip IDs (aka Experience IDs) but failed. It seems like there is no such method experienceIdHeaderValue. I created a GMP support ticket before but they asked me to report this issue here. Could you help on this?
Meanwhile, we'd like to know if we are allowed to set GMP request header for tripID by our own via the following part,
Please find our screencaps for the experienceIdHeaderValue part in the attachment.
Translation of the image Java: cannot find symbol
symbol: method experienceIdHeaderValue(java.lang.String)
location: class com.google.maps.GeoApiContext.Builder
The text was updated successfully, but these errors were encountered:
GISerSi
added
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
labels
Jun 25, 2024
Since v2.0.0, the new method of setting Experience IDs is to set them on the GeocodingApiRequest instead of GeoApiContext, as demonstrated in the GeocodingApiTest.java (see Javadoc).
Environment details
Library version: 2.2.0
Steps to reproduce
We are going to manage trips for our mobility project and referring this documentation to report the trip IDs (aka Experience IDs) but failed. It seems like there is no such method experienceIdHeaderValue. I created a GMP support ticket before but they asked me to report this issue here. Could you help on this?
Meanwhile, we'd like to know if we are allowed to set GMP request header for tripID by our own via the following part,
Please find our screencaps for the experienceIdHeaderValue part in the attachment.
Code example
Thanks in advance.
Best Regards,
Sisi
The text was updated successfully, but these errors were encountered: