views:

51

answers:

1

I would like to create a Blackberry Widget that contains a map view.

Since the whole widget is a web page with java script etc. I think it should be possible to include google maps or something like that into my widget.

Has anybody made experiences with this?

A: 

try this

geo-location-javascript

they are providing a JavaScript based geo location for multiple platforms and they are using google map also.

you can check this also blackberry.location properties

and you can use gear apis also.

Vivart
sorry but I know how to use a search engine. All this stuff is only geo location. That means it tells me where the user is but it does not shows a mapview that I can use to add markers to it etc.
Janusz
if you download geo-location-javascript.zip, you will find sample filesample_with_map.html. you can open this file in browser also it will show lat, lon and google map.
Vivart