Has anyone been successful in implementing a Google map that rotates based on the geolocation heading session prop data? If I leave the heading prop on the map null, the map stays aligned with 0 degrees as it should, and there are no onMapHeadingChanged events. However, if I bind any other value to the heading prop, the onMapHeadingChanged continuously fires with a new value of zero resulting in the map continuing to stay pointed at 0 degrees. It does not matter if I hardcode a value, or bind it to a numeric input, or bind it to the geolocation data, the onMapHeadingChanged event reports that every new value is zero.
Any advice is appreciated.
Eric