Access geolocation data using gomobile
问题 Can I access the phone's geolocation using a native gomobile application? I have seen experimental support for sensor data here, but nothing about the actual latitude, longitude of the device. I have no prior experience in app development, and I am learning Go at the moment. 回答1: AFAIK there is no ready solution yet to access location on both Android and iOS in a platform independent way. But in theory you could make separate packages using the gomobile tool to generate bindings for each