Can someone give me an example request for a map image that has a few POIs, each with their own custom text label (I don't want them to be labelled as 1-x or A-x) and auto zoomed (which I think should be done by default).
Thanks
Can someone give me an example request for a map image that has a few POIs, each with their own custom text label (I don't want them to be labelled as 1-x or A-x) and auto zoomed (which I think should be done by default).
Thanks
Use the poi parameter for simple pins, use poix0..N for complex pins and use tx0..N to add custom texts as shown:
Custom Pins
http://m.nok.it/?nord&poix0=52,13;wh...;white;44&z=10
Custom texts
http://m.nok.it/?nord&tx0=52,13;%E5%...7;white;red;44
Thank you so much for that. I was aiming for a mix between the two (map markers but with custom text) and the following might help someone else aiming for something similar:
http://m.nok.it/?nord&poix0=52,13;cy...e;11;No.2&z=10
I couldn't find any API documentation for Extended POIs or Custom Texts, did I miss something?
If the zoom value is missed off should it not automatically zoom to show all the markers at the appropriate zoom level because it seems to zoom in too much and not show anything useful (just try removing z=10 off the end of the web address I've included above)?
Thanks for your help so far,
Col
Last edited by amnesia7; 2012-06-28 at 20:29.