Skip to content

Pointr Logo on Map Widget

Starting from version 8.14, the Pointr SDK includes the Pointr logo on all our maps by default. To modify or remove the logo, please contact our sales team or purchase a white label license.

  • If you’re using the standard Map Widget, the logo is automatically positioned at the botton of the map to ensure it’s visible, see example as follows.

  • If you’re using custom components over the Map Widget, you can adjust the bottom margin of the Pointr logo placement. See the next section to learn how to adjust the margin of the logo.

Note

The Pointr logo is included by default from version 8.14 onwards and cannot be removed or changed. Unless you’ve purchased the “white label” license, the logo will remain visible on all maps we provide.

How to Adjust the Pointr Logo Placement

Here’s an example of how to set the bottom margin of the Pointr logo to 60 points with a 0.5-second animation:

let mapWidget = PTRMapWidgetViewController()
mapWidget.setComponentContainerBottomConstraint(distance: 60.0, animated: true, duration: 0.5)
// Example for se
widget?.setComponentContainerBottomMargin(60.0, true, 0.5, <onCompleteCallback>)

Note

This parameter can also adjust the bottom margin for other map components like the level selector and map tracking mode button.


Last update: October 1, 2024
Back to top