REACT MAP4D SDKAboutAbout (opens in a new tab)Contact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • Getting started
  • Map
  • Drawing on the Map
    • Marker
    • Circle
    • Polyline
    • Polygon
    • POI
    • Building
    • Marker Cluster
    • Directions Renderer
  • Layers
    • Tile Overlay
    • Ground Overlay
    • Image Overlay
    • POI Overlay
    • Building Overlay
    • Data Layer
  • References
    • IconProps
  • Introduction
  • Getting started
  • Map
  • Drawing on the Map
    • Marker
    • Circle
    • Polyline
    • Polygon
    • POI
    • Building
    • Marker Cluster
    • Directions Renderer
  • Layers
    • Tile Overlay
    • Ground Overlay
    • Image Overlay
    • POI Overlay
    • Building Overlay
    • Data Layer
  • References
    • IconProps
      • Type
      • Mô tả
  • About (opens in a new tab)
  • Contact ↗ (opens in a new tab)

On This Page

  • Type
  • Mô tả
Question? Give us feedback → (opens in a new tab)Edit this page
References
IconProps

IconProps

Type

interface IconProps {
  width: number;
  height: number;
  url: string;
}

Mô tả

NonametypeDescription
1widthnumberChiều rộng icon
2heightnumberChiều rộng icon
3urlstringĐường dẫn hình ảnh cho icon
Last updated on December 13, 2022
Data Layer

React Map4d Sdk Docs