Created
January 1, 2019 04:51
-
-
Save ahmadazimi/8a8c88feaa0f51ad2b19261d6d111282 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@IBAction func togglePOILayer(_ sender: UISwitch) { | |
map.getLayers()?.insert(2, layer: NTNeshanServices.createPOILayer(mapStyle == .STANDARD_NIGHT)) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment