Currently, geocoded addresses are saved as a base64 encoded string. However, there is no support for decoding base64 to a normal string, making it difficult to access the returned latitudes/longitudes. It would be great to have a way to save lat/lng ...