Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 993 Bytes

Images.md

File metadata and controls

14 lines (11 loc) · 993 Bytes

<MapLibreGL.Images />

Images defines the images used in Symbol etc layers

props

Prop Type Default Required Description
images shape none false Specifies the external images in key-value pairs required for the shape source.
Keys are names - see iconImage expressions, values can be either urls-s objects
with format {uri: 'http://...'}orrequire('image.png')orimport 'image.png'`
  [object Object] union none true FIX ME NO DESCRIPTION
nativeAssetImages Array none false If you have an asset under Image.xcassets on iOS and the drawables directory on android
you can specify an array of string names with assets as the key ['pin'].
id string none false FIX ME NO DESCRIPTION
children ReactElement none true FIX ME NO DESCRIPTION