InvMapViewDelegate

class InvMapViewDelegate(val invMapController: InvMapController) : NSObject, MLNMapViewDelegateProtocol

Constructors

Link copied to clipboard
constructor(invMapController: InvMapController)

Properties

Link copied to clipboard
val invMapController: InvMapController

Functions

Link copied to clipboard
open override fun debugDescription(): String
Link copied to clipboard
fun getMapAsync(callback: (InvMapController) -> Unit)
Link copied to clipboard
open override fun mapView(mapView: MLNMapView, didFinishLoadingStyle: MLNStyle)

open override fun mapView(mapView: MLNMapView, regionIsChangingWithReason: MLNCameraChangeReason)

지도 이동 처리 (이동 및 드래그)

open override fun mapView(mapView: MLNMapView, regionDidChangeWithReason: MLNCameraChangeReason, animated: Boolean)

지도 이동 종료 (사용자가 손을 뗏거나 애니메이션이 끝났을 때)

Link copied to clipboard
open override fun mapViewDidFinishRenderingFrame(mapView: MLNMapView, fullyRendered: Boolean)

현위치 아이콘 위치 업데이트를 위한 콜백