Package com.inavi.mapsdk.maps
Class InvMapFragment
java.lang.Object
Fragment
com.inavi.mapsdk.maps.InvMapFragment
public final class InvMapFragment
extends Fragment
InvMapView
를 래핑해 지도를 표츨하는 Fragment
클래스.
지도에 필요한 라이프 사이클을 자동으로 처리해주기 때문에 해당 클래스를 사용을 권장합니다.
InaviMap
객체를 얻으려면 getMapAsync(OnMapReadyCallback)
함수를 호출해야 합니다.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getMapAsync
(OnMapReadyCallback callback) InaviMap
객체를 비동기로 얻을 수 있는 콜백을 등록합니다.Fragment
에서 생성된InvMapView
객체를 반환합니다.static InvMapFragment
InvMapFragment
인스턴스를 생성합니다.static InvMapFragment
newInstance
(InvMapOptions invMapOptions) 지도의 기본 옵션을 이용하여InvMapFragment
인스턴스를 생성합니다.void
onCreateView
(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) void
void
void
onInflate
(Context context, AttributeSet attrs, Bundle savedInstanceState) void
void
onPause()
void
onResume()
void
onSaveInstanceState
(Bundle outState) void
onStart()
void
onStop()
void
onViewCreated
(View view, Bundle savedInstanceState) void
지도 인증 과정에서 지도에 적용할 커스텀 지도 스타일을 반환하는 콜백을 설정합니다.
-
Constructor Details
-
InvMapFragment
public InvMapFragment()
-
-
Method Details
-
newInstance
InvMapFragment
인스턴스를 생성합니다.- Returns:
InvMapFragment
객체
-
onInflate
-
onAttach
-
onCreateView
-
onViewCreated
-
onStart
public void onStart() -
onResume
public void onResume() -
onPause
public void onPause() -
onSaveInstanceState
-
onStop
public void onStop() -
onLowMemory
public void onLowMemory() -
onDestroyView
public void onDestroyView() -
onDestroy
public void onDestroy() -
getMapView
Fragment
에서 생성된InvMapView
객체를 반환합니다.- Returns:
InvMapView
객체, 생성 또는 소멸 시 null이 반환될 수 있습니다.
-