Hello everybody,
I have two problems
1) The labels(street names vs.) on ovi maps are display fine on computers but, in devices like E6 screen is small and it resolution is high relatively to it's screen size (640*480). I need to make the label more readable and I don't know if label sizes can be changed. If they can not be change, how can i reduce the resolution of the map (display less on the screen but bigger)
2)My standartmarker is displayed incorrectly on the phone(E6), but it's displayed correctly on the Web App Simulator. You can see how it's displayed on the phone in the picture below.
http://imageshack.us/photo/my-images/337/exampletp.png/
here's how i define the marker:
also the mapfieldCode:var marker = new ovi.mapsapi.map.StandardMarker(p, {}); mapfield.objects.add(marker);
Code:mapfield = new ovi.mapsapi.map.Display(mapContainer, { 'components': [ new ovi.mapsapi.map.component.Behavior(), new ovi.mapsapi.map.component.ZoomBar(), infoBubbles ], 'zoomLevel': zoomLevel, 'center': [roamingCoords.latitude, roamingCoords.longitude] });

Reply With Quote



