0
This commit is contained in:
Dawid Botha
2019-08-17 10:25:12 +02:00
committed by GitHub
parent 56a0d5bef2
commit 45abe40a16

View File

@@ -20,7 +20,7 @@ Filter Functions
----------------
A filter function is a python function that is used to figure out if a given POI
should be part of a markerSet of not, and to control how it is displayed.
should be part of a markerSet or not, and to control how it is displayed.
The function should accept one argument (a dictionary, also know as an associative
array), and return a string representing the text to be displayed. For example::