Skip to content

Commit

Permalink
Merge branch 'main' into remote-marker-urlsession
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Oct 3, 2023
2 parents 8384ffd + 5a8399e commit 7e52384
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,10 @@ class CapacitorGoogleMap(
markerOptions.flat(marker.isFlat)
markerOptions.draggable(marker.draggable)
markerOptions.zIndex(marker.zIndex)
if (marker.iconAnchor != null) {
markerOptions.anchor(marker.iconAnchor!!.x, marker.iconAnchor!!.y)
}


if (!marker.iconUrl.isNullOrEmpty()) {
if (this.markerIcons.contains(marker.iconUrl)) {
Expand Down

0 comments on commit 7e52384

Please sign in to comment.