D Davisbc Member Licensed User Yesterday at 3:38 AM #1 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
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
D Davisbc Member Licensed User Yesterday at 10:21 PM #2 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 Upvote 0
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