B4J Library OpenMap MapLabel

Does3anyone have a example for adding a MapLabel to OpenMap. I need to add addresses to property parcels. for example 123 Main Street the property parcel is a polygon and i would like to add the address that may or may not be clickable.

Thanks in advance,
B
 

Davisbc

Member
Licensed User
Figured it out, The example is

B4X:
aMapLabel.Initialize (labelLoc, houseNumber, True, "1234", GMap1.ww)

The only issue is the scaling of the label, but it works the same as a marker
 
Top