Retrieves the name of the current label. The current label is what a marker will be labeled if a manual labeling operation is performed.
Data retrieval
getCurrentLabel |
None
None
string
Returns a string with the same of the current label.
// Get the current label. string $currentLabel = `getCurrentLabel`; print $currentLabel ; |