Title: MapView for Bing Maps
Author: Malcolm
Published: <strong>جنوری 22, 2013</strong>
Last modified: اگست 10, 2023

---

پلگ انز تلاش کریں

![](https://ps.w.org/bingmaps/assets/banner-772x250.png?rev=1186039)

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://s.w.org/plugins/geopattern-icon/bingmaps_41a4dd.svg)

# MapView for Bing Maps

 منجانب [Malcolm](https://profiles.wordpress.org/malcolm-oph/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/bingmaps.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/bingmaps/#description)
 * [جائزے](https://ur.wordpress.org/plugins/bingmaps/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/bingmaps/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/bingmaps/#developers)

 [معاونت](https://wordpress.org/support/plugin/bingmaps/)

## تفصیل

An interactive map can be added to your website by adding a single shortcode. The
location the map can be specified either by shortcode attribute or URL parameters.
Other (optional) values can be added to specify the scale of the map, screen size
in pixels, and the map type.

Features Summary

 * Provides a WP wrapper for the Microsoft Bing Maps AJAX Control
 * Adds an interactive map to your WordPress Post or Page
 * Location specified in shortcode attribute
 * Image size can be specified by optional shortcode attribute
 * Map scale can be specified by optional shortcode attribute
 * Displays Ordnance Survey Mapping (GB locale only)
 * Shortcode Attributes can be replaced by URL Parameters
 * Requires a Microsoft Account and Bing Maps Key

## اسکرین شاٹس

[⌊Settings Page⌉⌊Settings Page⌉[

Settings Page

[⌊Typical output (Road Map)⌉⌊Typical output (Road Map)⌉[

Typical output (Road Map)

[⌊Typical output (OS Map)⌉⌊Typical output (OS Map)⌉[

Typical output (OS Map)

## انسٹالیشن

 * Download the MapView for Bing Maps plugin archive
 * Open the WordPress Dashboard for you site
 * Select the "Upload” option
 * Click "Add New” under the "Plugins” menu
 * Under "Install a plugin in .zip format” browse to the plugin archive file you
   downloaded
 * Click Install Now.
 * After it has installed, activate the plugin.
 * Go to the settings page and enter your Microsoft Bing Maps Key

## عمومی سوالات

### How do I set up MapView for Bing Maps?

 * Install the plugin and activate it
 * Go to https://www.bingmapsportal.com/ and sign up to get a free Microsoft Bing
   Maps Key
 * Open your WordPress Dashboard
 * Go to the MapView for Bing Maps – Settings page and enter your Microsoft Bing
   Maps Key

### How do I add a map to my site?

Add the shortcode (see below) to either a new or existing page on your site.

### How do I specify the map coordinates in the shortcode?

Some typical shortcodes, where the coordinates are specified, as follows:

[bingmaps-map x=51.503146 y=-0.002979]

[bingmaps-map posn=51.477841,-0.001548 zoom=14 w=800 h=500 type=ordnanceSurvey] (
GB locale only)

### How do I pass the map coordinates in the URL?

Shortcode Attributes can specify that a URL Parameter is to be used for the value,
by enclosing the ID of the Parameter in braces. A typical shortcode where coordinates
are passed in the URL is as follows:

[bingmaps-map posn={myposn} zoom={myzoom} w={mywidth} h={myheight} type={mytype}]

The shortcode attributes above specify the ID of the URL parameter that will be 
used for the map coordinate etc. A typical URL for this shortcode would therefore
be as follows:

[YourPageURL]?myposn=51.477841,-0.001548&myzoom=14&mytype=ordnanceSurvey

### How do I add pushpins to the map?

The Shortcode Attributes ‘pin1’, ‘pin2’ etc. specify the position of pushpins. Alternatively
the use ‘pin={mypin}’ to specify that the URL Parameters mypin1, mypin2 etc. are
to be used for pushpin positions.

### What map types are available?

All map types supported by the Microsoft Bing Maps AJAX Control can be displayed.
The map types available depends on the locale selected in the BingMaps settings.

The Microsoft Bing Maps help page (http://msdn.microsoft.com/en-us/library/gg427625.
aspx) lists all available map types.

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“MapView for Bing Maps” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں
حصہ لیا:

شراکت دار

 *   [ Malcolm ](https://profiles.wordpress.org/malcolm-oph/)

[“MapView for Bing Maps” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/bingmaps)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/bingmaps/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/bingmaps/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/bingmaps/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/bingmaps/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

 * Version History for MapView for Bing Maps Plugin

#### 1.3.2 (19/07/2023)

 * Updated for compatibility with PHP 9.0
 * Null parameter values to string functions trapped
 * All echo calls escaped to follow updated plugin design guidelines
 * Readme updated – Compatible with WP 6.2.2

#### 1.3.1 (19/04/2023)

 * Library files updated
 * Added pincntr option to shortcode
 * Added numbered pins to shortcode
 * Readme updated – Compatible with WP 6.2

#### 1.2 (12/03/2021)

 * Library files updated
 * Readme updated – Compatible with WP 5.7

#### 1.1.1 (24/09/2020)

 * Readme updated – Compatible with WP 5.5.1

#### 1.1 (22/09/2020)

 * Added sanitization to $_COOKIE values
 * Added details of Microsoft/Bing Maps account requirements to ReadMe
 * Mapcontrol script now loaded using wp_enqueue_script

#### 1.0 (20/07/2020)

 * Readme updated – Compatible with WP 5.4.2

#### 0.4 (10/07/2020)

 * Form input checked using WP sanitize***** functions
 * WP compatibility version updated

#### 0.3

 * Shortcode attributes can be specified by URL Parameters
 * ‘x’ and ‘y’ Shortcode Attributes replaced by a ‘posn’ Attribute
 * Added pushpins

#### 0.2

 * Shortcode help corrected
 * Added Plugin URI to header

#### 0.1

 * First public release

## میٹا

 *  Version **1.4**
 *  Last updated **3 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 3.0 یا اس سے جدید **
 *  Tested up to **6.3.10**
 *  Language
 * [English (US)](https://wordpress.org/plugins/bingmaps/)
 * Tags
 * [bing](https://ur.wordpress.org/plugins/tags/bing/)[mapping](https://ur.wordpress.org/plugins/tags/mapping/)
   [maps](https://ur.wordpress.org/plugins/tags/maps/)[pages](https://ur.wordpress.org/plugins/tags/pages/)
   [paypal](https://ur.wordpress.org/plugins/tags/paypal/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/bingmaps/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/bingmaps/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/bingmaps/reviews/)

## شراکت دار

 *   [ Malcolm ](https://profiles.wordpress.org/malcolm-oph/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/bingmaps/)