Zum Hauptinhalt gehen

InvokeCustomMapTip

Kommentare

2 Kommentare

  • Permanently deleted user

    Hi Sedat,

    The "onClick" hook takes a command name. InvokeCustomMapTip is the name of a method in your view. You should create a command called InvokeCustomMapTip using the command registry, e.g.:

     

    this.app.commandRegistry.command("InvokeCustomMapTip").register(this, function (clickArgs) {

      /* trigger the custom map tip! */

    });

     

    Hope this helps!

    -Jason

    0
  • Permanently deleted user

    Nice I was looking for that. Is it possible to find this kind of info somewhere in the doc?

    Thanks

    Vincent

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.