PAGINATION_PARAMETERS_REGEX = %r{
\A # Start of string
(?:\s*) # initial possible whitespace
@(?<latitude>[-+]?\d{1,2}(?:[.,]\d+)?) # latitude: @10.78472
(?:\s*,\s*) # separator between latitude and longitude
(?<longitude>[-+]?\d{1,3}(?:[.,]\d+)?) # longitude: @-110
(?:\s*,\s*) # separator between longitude and zoom
(?<zoom>\d{1,2}(?:[.,]\d+)?)z # zoom: 9.22
\z # End of string
}x
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter