MMKPanoramaIconUrlProvider
protocol MMKPanoramaIconUrlProvider : NSObjectProtocol |
Undocumented
Summary
Instance methods
func formatUrl(withIconId iconId: String, scale: Double) -> String |
Instance methods
formatUrl(withIconId:scale:)
func formatUrl(withIconId iconId: String, scale: Double) -> String |
Called once the icon is visible in view frustum Scale - scale factor. mdpi: 1.0 , xhdpi: 2.0 etc.
This method may be called on any thread. Its implementation must be thread-safe.