Module: MapTP

Defined in:
lib/maptp-service.rb,
lib/maptp-service/routing.rb,
lib/maptp-service/geocoding.rb,
lib/maptp-service/parser/route.rb,
lib/maptp-service/parser/geocoding_result.rb

Overview

A ruby client for MapTP services.

This gem provides access to the MapTP web services.

In order to use them, you need your MapTP credentials aka your Map24 id.

For more information head over to www.nn4d.com

Note: This is not an official client of MapTP or NAVTEQ, but a private project.

Defined Under Namespace

Modules: Parser Classes: Geocoding, Routing

Constant Summary collapse

VERSION =
'0.0.3'

Class Method Summary collapse

Class Method Details

.set_credentials(map24id, maptp_server) ⇒ Object



31
32
33
34
# File 'lib/maptp-service.rb', line 31

def self.set_credentials( map24id, maptp_server )
  @map24_id = map24id
  @maptp_server = maptp_server
end