Location¶
This docs was updated at: 2026-02-23
com.paragon.web.Location ยท Record
Represents a geographic location for geo-targeting requests.
Methods¶
of¶
Creates a Location with just a country code.
Parameters
| Name | Description |
|---|---|
country |
The country code |
Returns
A new Location instance
of¶
Creates a Location with country and language codes.
Parameters
| Name | Description |
|---|---|
country |
The country code |
language |
The language code |
Returns
A new Location instance