Skip to content

Commit

Permalink
chore: code
Browse files Browse the repository at this point in the history
  • Loading branch information
SkipperQ93 committed Feb 24, 2024
1 parent aa28f6c commit 583ea89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/UaReactNativeArcgisViewManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ class UaReactNativeArcgisView : UIView, AGSGeoViewTouchDelegate {
}

let symbol = AGSPictureMarkerSymbol(url: url)
symbol.height = 50
symbol.width = 50
symbol.offsetY = 25

let pointGraphic = AGSGraphic(geometry: mapPoint, symbol: symbol)

graphicsLayer.graphics.add(pointGraphic)
Expand Down

0 comments on commit 583ea89

Please sign in to comment.