The element pattern takes regex with $lat and $lng
as placeholders for latitude and longitude, respectively. In addition, all whitespace
is treated as optional whitespace.
Data takes in a blob of text with coordinates in WGS 84 (for example 14.156, 120.25112). The element regex will then be used to search the blob for all instances of coordinates and plot them on the map.