Skip to content

Commit

Permalink
add first draft for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanschaller committed Aug 8, 2023
1 parent c919372 commit 724b44a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions ios/Classes/MapboxMapController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -848,18 +848,13 @@ class MapboxMapController: NSObject, FlutterPlatformView, MGLMapViewDelegate, Ma

let layers = style.layers

//TODO
let expressionValue = ""

//TODO
let newExpression = "Expression"
let expressionValue = "['get', 'name:\(language)']"

for layer in layers {
if let symbolLayer = layer as? MGLSymbolStyleLayer {
// TODO

}
}

}

/*
Expand Down Expand Up @@ -1601,9 +1596,6 @@ class MapboxMapController: NSObject, FlutterPlatformView, MGLMapViewDelegate, Ma
func setAttributionButtonPosition(position: MGLOrnamentPosition) {
mapView.attributionButtonPosition = position
}



}

extension String {
Expand Down

0 comments on commit 724b44a

Please sign in to comment.