ScenEdit_CreateBarkNotification_Geo_Bulk (longitude, latitude, text, R, G, B [, moveUpward, fade, lifeTime, fontSize ] )

The function's purpose is to show a 'bark' at a specific location.
The notifications are shown in sequence, one after another.
Barks are short text notifications that can be set to appear, briefly, anywhere on the map.

Parameters

  • longitude longitude
  • latitude latitude
  • text { } of multiple
    • string Text to show
  • R number The 'Red' component of the color (0-255) to show the text in
  • G number The 'Green' component of the color (0-255)
  • B number The 'Blue' component of the color (0-255)
  • moveUpward True/False [Optional] Default is True. This will move the text upwards
  • fade True/False [Optional] Default is True. This controls the fading out of the text
  • lifeTime number [Optional] Default is 1 second. This controls how long the text stays visible
  • fontSize number [Optional] Default is 18. This controls the fonst size of the text

Returns

  • True/False

Example

ScenEdit_CreateBarkNotification_Geo_Bulk (-119.1778, 46.62715, {'Prepare to be amazed','Really!!!'}, 255, 0, 0 )