Google Map Cursor

How do you show a different screen cursor using FNC Google Maps (VCL)?
I've tried

  1. Screen.Cursor:=crHourglass;
  2. FNCMap.Cursor:=crHourglass;

Most of the time the control displays the "hand" cursor

Thanks

Hi Eric,

Please note that the cursor type is determined by the mapping service.
Unfortunately it's currently not supported to change the cursor programmatically.
However this is a good suggestion and we'll consider adding this feature in a future version.