Hi,
I am giving a postcode and country code and corresponding to that I am taking the information of that area.
I am using MMFactory.createSerachRequester(..) for searching.
When first time I am making the search, there is no JS error but when I refresh the page and search then there is a JS error saying that "MMFactory is not defined."
This error appears randomly. Not everytime it occurs.
Can anybody help me.
Brij
Hi Brij
We would need to see your full code to provide a definitive answer. Most probable the API has not been loaded before execution of your code. Please check the method which triggers your API code.
We do have an example using the MMFactory objects, please cross check your code with this:-
http://clients.multimap.com/share/documentation/api/1.2/demos/search.htm
Thanks, John.