NAVTEQ Label in Qt Maps API
-
wrote on 24 May 2011, 11:19 last edited by
Hi,
When app displays Ovi Map with QML's Map element the NAVTEQ label appears in it's bottom left corner.
How can I remove it? -
wrote on 24 May 2011, 12:21 last edited by
I don't think you can remove it.
-
wrote on 24 May 2011, 23:26 last edited by
Also - if you try to remove it you'd be in violation of the terms and conditions of the service.
The relevant bit is under the Ovi Maps API Additional Terms, Section 4, Part iii
-
wrote on 25 May 2011, 00:25 last edited by
Pretty much every mapping provider has a similar watermark don't they.
-
wrote on 25 May 2011, 00:38 last edited by
Yeah, and similar restrictions about tampering with them.
If anyone really wants to remove the image I might be able to find a contact that can either negotiate a particular price or find someone who can do that negotiation. Or at least find out if it's something open to negotiation, anyhow.
-
wrote on 5 Aug 2011, 12:30 last edited by
Based on what is the logo positioned on the map? Because right now I got it in the middle of the screen which is bit annoying. (using map from qml)
-
wrote on 5 Aug 2011, 20:12 last edited by
it should be based on of the geometry of your Map component in QML. You might verify that your component isn't undersized and showing extra map tiles because it's not clipping the map tiles that "spill" outside of your component's true bounds. (You can set "clip: true" on your Map item to make sure.)