setImageFromIcon method

void setImageFromIcon(
  1. GemIcon icon
)

Set the image of the landmark with an Icon

See GemIcon.

Parameters

Throws

  • An exception if it fails.

Implementation

void setImageFromIcon(final GemIcon icon) {
  objectMethod(_pointerId, 'Landmark', 'setImageFromIconId', args: icon.id);
}