Click or drag to resize
XDL

NXPlanetViewRefreshBaseMap Method

특정 위치와 해상도에 대한 기본 배경 지도를 갱신 요청한다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public void RefreshBaseMap(
	int level,
	int row,
	int col
)

Parameters

level
Type: SystemInt32
배경지도의 해상도를 나타내는 레벨
row
Type: SystemInt32
배경지도의 위도 상 위치를 나타내는 열 지시자
col
Type: SystemInt32
배경지도의 경도 상 위치를 나타내는 행 지시자
See Also