Geography: MapPoint PHP API
Machado Antunes (contact me)
This package can be used to access Microsoft MapPoint location finding and mapping Web services.
It is a port to PHP of the MapPoint API available for ASP.NET.
Click here for detailed information about this class on phpclasses.org
Class
Contains constituent parts of an address
Class
Array of CountryRegionInfo objects
Class
Array of DataSource objects
Class
Array of Direction objects
Class
Array of EntityProperty objects
Class
Array of EntityPropertyValue objects
Class
Array of EntityType objects
Class
Array of FindResult objects
Class
Array of HotArea objects
Class
Array of LatLong objects
Class
Array of Location objects
Class
Array of Segment objects
Class
Array of SegmentSpecification objects
Class
Contains the representation of a calculated route
Appl.
Loads class definitions on demand
Class
Contains the methods and properties related to calling the common service
Class
Contains the associated country or region context of a request
Class
Contains information about a country or region
Class
Contains a customer-defined code number used to represent transactions sent to MapPoint Web Service
Class
Contains the name, descriptions, capability, entity extent, and version number of a data source
Class
The possible capabilities of a specified data source (DataSource object)
Class
Contains the representation of a single line in a route itinerary
Class
The possible actions used in a single line in a route itinerary
Class
The possible types of directions for a single line in a route itinerary
Class
The possible units of measurement for measuring distances on the map
Class
Contains the preferences for the times to start and end driving each day
Class
Defines the colors to use for rendering objects on a map
Class
Contains the ID, type, name, and description of a geographic entity|
Class
Contains the name, descriptive name, and data type of a property for an entity type in a data source
Class
Contains a property name and value for a specific entity
Class
Contains the categorization of a geographic entity relative to other entities
Class
Represents complex logical filter expressions that filter the find results
Class
Contains the search specification used in the FindServiceSoap::FindAddress method
Class
Contains the search specification used in the FindServiceSoap::FindByID method
Class
Contains the search specification used in the FindServiceSoap::FindByProperty method
Class
Contains the filter used when finding points-of-interest and polygons
Class
Contains the search specification used in the FindServiceSoap::FindNearby method
Class
Contains the search specification used in the FindServiceSoap::FindNearRoute method
Class
Contains search options used in the find methods
Class
Contains the search specification used in the FindPolygon method
Class
The range (first desired result and number of results) of the full result set to return
Class
Contains a result from a find operation
Class
The location elements that are optional for inclusion in a FindResult::FoundLocation
Class
Contains the individual results from a find operation
Class
Contains the methods and properties related to calling the find service
Class
Contains the search specification used in the FindServiceSoap::Find method
Class
Used as the parameter of GetCountryRegionInfo method
Class
Used as the parameter of GetDataSourceInfo method
Class
Used as the parameter of GetEntityTypes method
Class
Used as the parameter of GetGreatCircleDistances method
Class
Contains search options used in the FindServiceSoap::GetLocationInfo method
Class
Used as the parameter of GetLineDriveMap method
Class
Used as the parameter of GetMap method
Class
Contains the pushpin identification, as well as the label and icon areas, that are identified as being a hot area for use in creating a clickable map
Class
Contains the format definitions for a map image
Class
Contains latitude and longitude coordinates
Class
Contains the latitude and longitude coordinates of a rectangle on the map
Class
Defines a spatial filter which returns polygons that are related to the specified LatLongRectangle
Class
Defines a spatial filter which returns only polygons that include the point specified by the LatLong object
Class
The image returned by the GetLineDriveMap method
Class
The map rendering options for rendering a LineDrive map
Class
Contains the specifications for rendering a LineDrive map
Class
Contains the representation of a location
Class
The possible sizes of fonts used for map labels
Class
Contains a map returned from the RenderServiceSoap::GetMap method
Class
Contains the map rendering options used with the RenderServiceSoap::GetMap method
Class
Contains the services that allow the access to the MapPoint Web Services
Class
Contains the MapPoint Web Service constants
Class
Abstract class that represents a Mappoint object
Class
Abstract class that represents a Mappoint service
Class
An extension of the SoapClient PHP object
Class
The possible ways to return a map image from the RenderServiceSoap::GetMap method
Class
Contains the specifications for rendering a map
Class
The possible map styles to use for rendering a map
Class
An abstract class representing a requested map view
Class
Contains representations of a returned map view
Class
Contains the map image
Class
The palette style to use when rendering a LineDrive map
Class
Contains the coordinates of a pixel on a map image
Class
Contains the definition of a rectangle on a map image
Class
Defines a polygon data type to be rendered on a map
Class
Contains the icon, label, location, and user-defined identification number of a pushpin
Class
Contains the methods and properties related to calling the render service
Class
Represents a calculated route
Class
The possible colors to use for highlighting a route on a map
Class
Contains the route segments, map view representations, and summary information for a calculated route
Class
The possible elements to return with a calculated route
Class
Contains the methods and properties related to calling the route service
Class
Contains all the information necessary to describe a route
Class
The operators available for use with the WhereClause::SearchOperator property
Class
Contains the calculated itinerary for one segment of a route
Class
Contains the preferences for how the route and map views are calculated for the specified segment
Class
The possible travel preferences for a particular route segment
Class
Contains the specification of one segment of a route
Class
The possible ways MapPoint Web Service works with waypoints in creating a route
Class
Defines the direction (Ascending or Descending) of sorting for find results
Class
Enables sorting the FindResults when specified with the FindFilter object
Class
An abstract base class that defines the type of filter that will be used when finding polygons
Class
Defines the spatial relation between the specified rectangle and polygons
Class
Contains context-related information used for setting the SOAP header sent with calls to MapPoint Web Service
Class
Contains a descriptive name and the related version number of components of the MapPoint Web Service
Class
Defines the requested map view by identifying the location or set of locations that the map view should encompass
Class
Contains the latitude and longitude coordinates that define a map view based on a minimum bounding rectangle
Class
Contains the definition of the map view based on distance of the width and height in kilometers or miles on the Earth's surface and a center point
Class
Contains the definition of the map view based on the map scale and a center point
Class
Contains the start point, intermediate stops, or end point of a route
Example
FindNearRoute test
Example
GetLineDriveMap test
Example
ConvertToLatLong test