I can able to show one location using co ordinates or longtitude and latitude but i dont know how to show more than one location in the blackberry MapField.If is it possible pls share with me how to do this..
thanks for ur guidance its working coldice
Kumar
2009-10-12 13:41:12
You're welcome!
Max Gontar
2009-10-12 14:58:40
A:
I want to add this mapfield in VerticalFieldManager. i tried it but its giving error. becuase my class extending the verticalFieldmanager instead of MainScreen.
than what i have to do with
protected void onUiEngineAttached(boolean attached) { super.onUiEngineAttached(attached); if (attached) { mMultyMapField.addCoordinates(mLondonC); mMultyMapField.addCoordinates(mLiverpoolC); mMultyMapField.addCoordinates(mSheffieldC); } }
how i can do it???
Zahid
2010-07-05 07:42:17