示例#1
0
        public void getStationaryLocation(string args)
        {
            var stationaryGeolocation = Geolocator.GetStationaryLocation();

            DispatchMessage(PluginResult.Status.OK, stationaryGeolocation.ToJson(), true, ConfigureCallbackToken);
        }