Skip to content

Instantly share code, notes, and snippets.

@IvanovDeveloper
Created April 21, 2022 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IvanovDeveloper/20ba3062daceeff6313e645e5ccaab0e to your computer and use it in GitHub Desktop.
Save IvanovDeveloper/20ba3062daceeff6313e645e5ccaab0e to your computer and use it in GitHub Desktop.
Mapbox Icon offset configuration example
let layer = MGLSymbolStyleLayer(identifier: identifier, source: source)
layer.iconOffset = NSExpression(forConstantValue: CGVector(dx: 0, dy: 0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment