Points of Interest

Hi,

Can these be shown/toggled when using TTMSFNCGoogleMaps?

Thanks,

Ken

Yes, you can use the following code:

  TMSFNCGoogleMaps1.Options.MapStyle :=
  '[{' +
  '  featureType: "poi",' +
  '  stylers: [{ visibility: "off" }],' +
  '}]';

I'm sorry but I can't get that to work either.

This works though:

GMap.Options.MapStyle:='[{"featureType": "poi","stylers": [{"visibility": "off"}]}]';

1 Like

Thanks for the reply!