C# GMap | How to Add ToolTip to your GMap Marker | GMap - XV

preview_player
Показать описание


-----------------------------------------------------------------------------------------------------------
Please Subscribe to the Channel and leave a Comment below!

My Udemy Courses:

Рекомендации по теме
Комментарии
Автор

Hey Guys,
Share what information about a place you like to add as the Tooltip

ProgramWithBalaji
Автор

Hi Balaji.. Really love your videos about this GMap. I wonder, How can I show information (like tooltip) but without me drag/move the cursor to the marker? So, how can I show the permanent information about certain lat long (without move cursor, button, and anything)?

zainalabidin
Автор

Saludos es posible agregar al tool tío varios colores como se muestra en la portada de este video ? Gracias

jesusrojasn
Автор

Thanks for the video.
I was able to set the text alignment within the tooltip with the following code.
Do you know how to align text within the tooltip so that it appears in columns?
I have tried \t and PadLeft() and PadRight().

Using StringAlignment.Near helps somewhat.
for example
column1 column2 column3
name1 address1 123-555-1111
name2 address2 123-555-1112

gMapMarkerOut = new GMarkerGoogle(pointLatLng,
var gMaptooltip = new GMapToolTip(gMapMarkerOut);
gMaptooltip.TextPadding = new Size(3, 3);
FontFamily fontFamily = new FontFamily("Arial");
gMaptooltip.Foreground = new
Font font = new Font(fontFamily, 12, FontStyle.Bold, GraphicsUnit.Point);
gMaptooltip.Font = font;
gMaptooltip.Format.Alignment = StringAlignment.Near;
gMapMarkerOut.ToolTip = gMaptooltip;
gMapMarkerOut.ToolTipText = tooltipheader.ToString();
gMapMarkerOut.ToolTipMode =

jkotsche
Автор

Hi Balaji!!! I like to see your videos. They're very useful for me. And why, when you click on the map in this lesson, the marker appears not in the place where you clicked?

ДмитрийБелов-ык
Автор

Hi Bilaji, How do you change the fontfamily and font size?

mohsenkhosravi
Автор

hi bro, thank u for this video, i just want to ask if i want to add a label to the map

weasad
Автор

I basically love to add latitude and longitude of the place along with the type of the place along with the user ratings for that place.

ProgramWithBalaji
Автор

Hello how do you add tooltip to existing markers instead of adding markers

emmanuelachoyin
Автор

How show Company information in tooltip? thanks

karaokethienphu