Reply To: Return Lat/Long Values?

Home › Forums › MapPress Support › Return Lat/Long Values? › Reply To: Return Lat/Long Values?

#12258
Chris
Keymaster

    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);