Важно

This feature is available in the Full MapKit SDK version

YMKPanoramaIconUrlProvider

protocol YMKPanoramaIconUrlProvider : NSObjectProtocol

Undocumented

Summary

Instance methods

func formatUrl(withIconId iconId: String, scale: Double) -> String
Called once the icon is visible in view frustum Scale - scale factor

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.


Предыдущая