diff --git a/build_templates/blackberry/templates/app/default/template/Resources/blackberry/map/bubble.png b/build_templates/blackberry/templates/app/default/template/Resources/blackberry/map/bubble.png new file mode 100755 index 0000000..2a8871f Binary files /dev/null and b/build_templates/blackberry/templates/app/default/template/Resources/blackberry/map/bubble.png differ diff --git a/build_templates/blackberry/templates/app/default/template/Resources/blackberry/map/green_pin.png b/build_templates/blackberry/templates/app/default/template/Resources/blackberry/map/green_pin.png new file mode 100644 index 0000000..dff2a97 Binary files /dev/null and b/build_templates/blackberry/templates/app/default/template/Resources/blackberry/map/green_pin.png differ diff --git a/build_templates/blackberry/templates/app/default/template/Resources/blackberry/map/purple_pin.png b/build_templates/blackberry/templates/app/default/template/Resources/blackberry/map/purple_pin.png new file mode 100644 index 0000000..3a1e885 Binary files /dev/null and b/build_templates/blackberry/templates/app/default/template/Resources/blackberry/map/purple_pin.png differ diff --git a/build_templates/blackberry/templates/app/default/template/Resources/blackberry/map/red_pin.png b/build_templates/blackberry/templates/app/default/template/Resources/blackberry/map/red_pin.png new file mode 100644 index 0000000..2eab922 Binary files /dev/null and b/build_templates/blackberry/templates/app/default/template/Resources/blackberry/map/red_pin.png differ diff --git a/src/tibb/src/NativeAnnotationObject.cpp b/src/tibb/src/NativeAnnotationObject.cpp index 8a992a6..fe71601 100644 --- a/src/tibb/src/NativeAnnotationObject.cpp +++ b/src/tibb/src/NativeAnnotationObject.cpp @@ -63,8 +63,7 @@ int NativeAnnotationObject::initialize() bubble->setLayoutProperties(new AbsoluteLayoutProperties()); ImageView* bubbleBackground = new ImageView(); - QUrl u = QUrl::fromLocalFile(Ti::TiHelper::getAssetPath("map/bubble.png")); - bubbleBackground->setImageSource(u); + bubbleBackground->setImage(bb::cascades::Image(Ti::TiHelper::getAssetPath("map/bubble.png"))); bubbleContent = new Container(); bubbleContent->setLayoutProperties(new AbsoluteLayoutProperties());