Home › Forums › MapPress Support › MapPress Pulling Info › Reply To: MapPress Pulling Info
June 8, 2012 at 4:24 pm
#9583
Hi, normally the class definition is included before unserialize().
One solution might be to create a stub class with the properties you want. I mean copy the Mappress_Map and Mappress_Poi classes from mappress_api.php with the properties (but not the methods) and include them in your own project.