Get address from latitude and longitude
Hi, Is there any solution to get latitude and longitude instead of address field to showing the Exact location. Thanks,
Hi @Misagh90, sorry for the delay on this ticket. The Fields that power the locator are actually located at the addressable module. The module, in the latest version, does a readonly version of the lat/lng fields. But with a bit of work you could allow these fields to be editable to the user. Please reference the SilverStripe Extensions Documentation on how to implement adjustments to existing code.
Per dynamic/silverstripe-locator#120 we're reviewing the module internally and things may be re-written, but for existing versions including the current dev-master (aliased as 2.0.x-dev) we will likely release as is.
We are exploring different ways to accomplish the end result and don't want to hold up the flexibility we've worked out thus far and will likely have a new major version once we decide on a path, but in the mean time, if we receive valid, testable and code that doesn't completely break the base installation, we may be able to work some items in to a tagged release.