NAVTEQ Label in Qt Maps API
-
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
-
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.
-
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.)