StaticGps Constructor (String, Country) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new static GPS from the given address and
Country.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public StaticGps(
string address,
Country country
)
Public Sub New (
address As String,
country As Country
)
Parameters
- address
- Type: SystemString
An address representing a street address. - country
- Type: Telogis.GeoBaseCountry
The Country in which to create the GPS.
See Also