mapType QML Type
맵 유형은 맵 유형에 대한 정보를 보유합니다. 더 보기...
Import Statement: | import QtLocation 6.8 |
Since: | QtLocation 5.5 |
- 상속된 멤버를 포함한 모든 멤버 목록
- mapType은 QML 맵 플러그인의 일부입니다.
속성
- cameraCapabilities : CameraCapabilities
(since QtLocation 5.10)
- description : string
- metadata : VariantMap
(since QtLocation 5.10)
- mobile : bool
- name : string
- night : bool
(since QtLocation 5.4)
- style : enumeration
상세 설명
여기에는 지도 유형의 name 및 description, style 및 지도 유형이 모바일 장치에 최적화되었는지 여부를 나타내는 플래그(mobile)가 포함됩니다.
속성 문서
cameraCapabilities : CameraCapabilities |
이 속성은 이 지도 유형에 대한 카메라 기능을 보유합니다.
이 프로퍼티는 QtLocation 5.10에 도입되었습니다.
description : string |
이 읽기 전용 속성은 지도 유형에 대한 설명을 단일 형식의 문자열로 저장합니다.
metadata : VariantMap |
이 속성은 특정 지도 유형과 관련된 선택적 추가 메타데이터를 보유합니다. 이 속성의 내용은 전적으로 플러그인별로 다릅니다.
이 속성은 QtLocation 5.10에 도입되었습니다.
mobile : bool |
지도 유형이 모바일 장치에서 사용하도록 최적화되었는지 여부입니다.
모바일 장치용 지도 유형은 일반적으로 햇빛의 영향을 상쇄하기 위해 대비를 높이고 가독성을 높이기 위해 색상을 줄입니다.
name : string |
이 읽기 전용 속성은 맵 유형의 이름을 단일 형식의 문자열로 저장합니다.
night : bool |
지도 유형이 야간에 사용하도록 최적화되었는지 여부입니다.
야간에 사용하기에 적합한 맵 유형은 일반적으로 배경이 어둡습니다.
이 속성은 QtLocation 5.4에 도입되었습니다.
style : enumeration |
이 읽기 전용 속성은 지도 유형의 스타일에 대한 액세스를 제공합니다.
- MapType.NoMap - 지도가 없습니다.
- MapType.StreetMap - 거리 지도.
- MapType.SatelliteMapDay - 주간 위성 이미지가 포함된 지도입니다.
- MapType.SatelliteMapNight - 야간 위성 이미지가 있는 지도입니다.
- MapType.TerrainMap - 지형 지도입니다.
- MapType.HybridMap - 위성 이미지와 거리 정보가 포함된 지도입니다.
- MapType.GrayStreetMap - 회색 음영의 거리 지도.
- MapType.PedestrianMap - 보행자에게 적합한 거리 지도입니다.
- MapType.CarNavigationMap - 자동차 내비게이션에 적합한 거리 지도입니다.
- MapType.CycleMap - 자전거 운전자에게 적합한 거리 지도입니다.
- MapType.CustomMap - 사용자 정의 지도 유형입니다.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.