To simplify switching to WiFi geolocation service as a source of position data when GNSS is not available we implemented special option in the plugin:
When option is enabled plugin will store it's coordinates is standard position.latitude and position.longitude parameters amended with position.source = "wifi" for clarification.
Previously you should use extra plugin to copy position.wifi.google.latitude and position.wifi.google.longitude into standard position parameters. Now when it is needed you can detect coordinates from geolocation service and replace standard position parameters with a single plugin by utilizing this option.