Interface: _StaticMapProps
Properties
center
• center: Object
중심으로 설정할 위치 입니다.
Type declaration
Name | Type |
---|---|
lat | number |
lng | number |
Defined in
packages/react-kakao-maps-sdk/src/components/StaticMap.tsx:19
id
• Optional
id: string
MapContinaer의 id에 대해서 지정합니다.
Defined in
packages/react-kakao-maps-sdk/src/components/StaticMap.tsx:14
level
• Optional
level: number
확대 수준
Default
3
Defined in
packages/react-kakao-maps-sdk/src/components/StaticMap.tsx:28
mapTypeId
• Optional
mapTypeId: MapTypeId
| "ROADMAP"
| "SKYVIEW"
| "HYBRID"
| "OVERLAY"
| "ROADVIEW"
| "TRAFFIC"
| "TERRAIN"
| "BICYCLE"
| "BICYCLE_HYBRID"
| "USE_DISTRICT"
지도 종류 (기본값: 일반 지도)
Defined in
packages/react-kakao-maps-sdk/src/components/StaticMap.tsx:33
marker
• marker: boolean
| { position?
: { lat
: number
; lng
: number
} ; text?
: string
} | { position
: { lat
: number
; lng
: number
} ; text?
: string
}[]
이미지 지도에 표시할 마커 또는 마커 배열
Defined in
packages/react-kakao-maps-sdk/src/components/StaticMap.tsx:38
onCreate
• Optional
onCreate: (maker
: StaticMap
) => void
Type declaration
▸ (maker
): void
StaticMap 생성 이벤트 핸들러
Parameters
Name | Type |
---|---|
maker | StaticMap |
Returns
void
Defined in
packages/react-kakao-maps-sdk/src/components/StaticMap.tsx:69