I don't know NetworkLocationProvider.
What is NetworkLocationProvider?
Is NetworkLocationProvider the object that can be retained from JavaScript?
Or is it a mechanism that navigator.geolocation object is used internally?
I am looking at the network_location_provider.cc of program source, Is this the NetworkLocationProvider?
If it's this, It seems like a mechanism that navigator.geolocation object uses internally to me.
And it looks like a mechanism that gets the location from WiFi. .
If so, I think it needs a mechanism to send some kind of position information from WiFi.
If you have any kind of document concerning this, I would appreciate it if you could share it with me.
I want to read and learn more about it.