views:

544

answers:

2

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..

+1  A: 
Max Gontar
thanks for ur guidance its working coldice
Kumar
You're welcome!
Max Gontar
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