Struct google_geocoding::Connection[][src]

pub struct Connection { /* fields omitted */ }

Represents a connection to the Google geocoding API

Methods

impl Connection
[src]

Creates a new connection for the Google geocoding API on the specified reactor

Get the address of the specified coordinates

Get the coordinates of the specified address

Auto Trait Implementations

impl !Send for Connection

impl !Sync for Connection