MapDown SDK - Copyright© 2009 Martin Masci

Class TMapProviders

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMapProviders = class(TComponent)

Description

TMapProviders: information about map providers servers

Hierarchy

Overview

Methods

Public constructor Create(aOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property GoogleMaps: TGoogleMapsProvider read fGoogleMaps write fGoogleMaps;
Published property MicrosoftLive: TMicrosoftLiveProvider read fMicrosoftLive write fMicrosoftLive;
Published property OpenStreetMaps: TOpenStreetMapsProvider read fOpenStreetMaps write fOpenStreetMaps;
Published property YahooMaps: TYahooMapsProvider read fYahooMaps write fYahooMaps;

Description

Methods

Public constructor Create(aOwner: TComponent); override;
 
Public destructor Destroy; override;
 

Properties

Published property GoogleMaps: TGoogleMapsProvider read fGoogleMaps write fGoogleMaps;

Information about Google Maps provider.

Published property MicrosoftLive: TMicrosoftLiveProvider read fMicrosoftLive write fMicrosoftLive;

Information about Microsoft Live provider.

Published property OpenStreetMaps: TOpenStreetMapsProvider read fOpenStreetMaps write fOpenStreetMaps;

Information about OpenStreetMaps provider.

Published property YahooMaps: TYahooMapsProvider read fYahooMaps write fYahooMaps;

Information about Yahoo Maps provider.


Generated by PasDoc 0.11.0 on 2009-07-25 17.20.35