LibrarySettings

@objc
public class LibrarySettings : NSObject

Situm Maps initialization settings

Use this class to customize the preferences of WayfindingLibrary

  • getter method to retrieve max zoom value. In case minZoom is greater than max zoom, min zoom will be returned instead.

    Declaration

    Swift

    @objc
    public func getMaxZoom() -> Float

Builder

  • Helper class to create instances on LibrarySettings object

    See more

    Declaration

    Swift

    @objc
    public class Builder : NSObject