Home › Forums › MapPress Support › Return Lat/Long Values? › Reply To: Return Lat/Long Values?
April 16, 2013 at 5:53 am
#12258
Hi, you’re correct, the data is saved in mappress_maps – but it’s saved as serialized obejcts, so it’s not easy to implement searches by lat/lng. You can read each map individually and unserialize it like this (where $mapid is the map you want):
Mappress_Map::get($mapid);