jsr179

How to show more than one location in Blackberry MapField?

流过昼夜 提交于 2019-11-27 05:22:55
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.. Maksym Gontar Same way as How to show our own icon in BlackBerry Map? . Pass an array of Coordinates into custom MapField, define a bitmap for location point and paint it for each Coordinate in custom MapField paint() method. Remember to zoom in/out CustomMapField for best fit of all location points. Sample of implementation Lets display Liverpool Sheffield and London with custom bitmap

Use Google Map in Blackberry application

戏子无情 提交于 2019-11-27 04:42:20
Can anyone tell me how to use Google maps in blackberry application development instead of Blackberry map? Recently I had an idea to use Google Maps website from Browser.Field but it's not possible since GMaps are based on JavaScript and it's badly supported by Blackberry native Browser. Actually there are 2 ways of using Google Maps on Blackberry: install Google Maps Mobile application (see example of use ) use Google Static Maps API to generate and send image on device request. This will require server-side implementation and Sign Up for the Google Maps API Here is a little example: The Form

Use Google Map in Blackberry application

妖精的绣舞 提交于 2019-11-26 11:19:05
问题 Can anyone tell me how to use Google maps in blackberry application development instead of Blackberry map? 回答1: Recently I had an idea to use Google Maps website from Browser.Field but it's not possible since GMaps are based on JavaScript and it's badly supported by Blackberry native Browser. Actually there are 2 ways of using Google Maps on Blackberry: install Google Maps Mobile application (see example of use) use Google Static Maps API to generate and send image on device request. This