setImageFromIcon method

void setImageFromIcon(
  1. GemIcon icon
)

Set the image of the landmark with an Icon

See GemIcon.

Parameters

Implementation

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