{"id":25289,"date":"2015-08-06T16:45:03","date_gmt":"2015-08-06T11:15:03","guid":{"rendered":"https:\/\/tothenewco.pro\/blog\/?p=25289"},"modified":"2022-01-11T15:27:06","modified_gmt":"2022-01-11T09:57:06","slug":"indoor-positioning-systemtrilateration","status":"publish","type":"post","link":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/","title":{"rendered":"Indoor Positioning System(Trilateration)"},"content":{"rendered":"<p>In <a href=\"http:\/\/en.wikipedia.org\/wiki\/Geometry\">geometry<\/a>, <b>trilateration<\/b> is the process of determining absolute or relative locations of points by measurement of distances, using the geometry of <a href=\"http:\/\/en.wikipedia.org\/wiki\/Circle\">circles<\/a>, <a href=\"http:\/\/en.wikipedia.org\/wiki\/Sphere\">spheres<\/a> or <a href=\"http:\/\/en.wikipedia.org\/wiki\/Triangle\">triangles<\/a>.<\/p>\n<p>In addition to its interest as a geometric problem, trilateration does have practical applications in <a href=\"http:\/\/en.wikipedia.org\/wiki\/Surveying\">surveying<\/a> and <a href=\"http:\/\/en.wikipedia.org\/wiki\/Navigation\">navigation<\/a>, including <a href=\"http:\/\/en.wikipedia.org\/wiki\/Global_positioning_system\">global positioning systems<\/a> (GPS). In contrast to <a href=\"http:\/\/en.wikipedia.org\/wiki\/Triangulation\">triangulation<\/a>, it does not involve the measurement of <a href=\"http:\/\/en.wikipedia.org\/wiki\/Angle\">angles<\/a>.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-25291\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/08\/Untitled.jpg\" alt=\"Untitled\" width=\"245\" height=\"218\" \/>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-25292\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/08\/index.jpeg\" alt=\"index\" width=\"217\" height=\"221\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>The major disadvantage of GPS navigation is that it does&#8217;nt work inside, i.e., inside any building, mall, theatre, mueseums etc.<\/p>\n<p>With the <a title=\"mobile app development service\" href=\"https:\/\/tothenewco.pro\/mobile-application-development-services\">help of Beacons<\/a>, Indoor positioning can be implemented.<br \/>\nWe are assuming here that three Beacons are placed at (0,0), (5.28,0), (0,6.5) points respectively.<br \/>\nThe distance to the device is say, 1.2, 2.1, 2.1. All figures in metres.<\/p>\n<p>[code language=&#8221;java&#8221;]<\/p>\n<p>\/**<br \/>\n* Calculates the distance from Beacon to device.<br \/>\n**\/<\/p>\n<p>private void calculateBeaconDistance(Beacon beacon) {<\/p>\n<p>\tfloat txPower = -74.0; \/\/ Manufacture set this power in the device<br \/>\n\tif (beacon .rssi == 0){<\/p>\n<p>\t\treturn -1.0; \/\/ if we cannot determine accuracy, return -1.<\/p>\n<p>\t}<\/p>\n<p>\tdouble ratio = beacon.rssi*1.0 \/ txPower;<br \/>\n\tif (ratio &lt; 1.0){<br \/>\n\t\treturn pow(ratio,10);<\/p>\n<p>\t}<br \/>\n\telse{<br \/>\n\t\tdouble accuracy = (0.89976)*pow(ratio,7.7095) + 0.111;<br \/>\n\t\treturn accuracy;<br \/>\n\t}<br \/>\n}<\/p>\n<p>\/**<br \/>\n* It needs distanceA, distanceB, distanceC, pointA1, pointA2, pointB1, pointB2, pointC1, pointC2<br \/>\n*\/<\/p>\n<p>private void getMeetingPoints(distanceA, distanceB, distanceC, pointA1, pointA2, pointB1, pointB2, pointC1, pointC2) {<\/p>\n<p>\tdouble w,z,x,y,y2;<br \/>\n\tw = distanceA * distanceA &#8211;\tdistanceB * distanceB &#8211; pointA1 * pointA1 &#8211; pointA2* pointA2 + pointB1 * pointB1 + pointB2 * pointB2;<\/p>\n<p>\tz = distanceB * distanceB &#8211; distanceC * distanceC &#8211; pointB1* pointB1 &#8211; pointB2 * pointB2 + pointC1 * pointC1 + pointC2 * pointC2;<\/p>\n<p>\tx = (w * ( pointC2 &#8211; pointB2) &#8211; z * ( pointB2 &#8211; pointA2)) \/ (2 * (( pointB1 &#8211; pointA1) * ( pointC1 &#8211; pointB2) &#8211; ( pointC1 &#8211; pointB1) * ( pointB2 &#8211; pointA2)));<\/p>\n<p>\ty = (w &#8211; 2 * x * (pointB1 &#8211; pointA1)) \/ (2 * ( pointB2 &#8211; pointA2));<\/p>\n<p>\ty2 = (z &#8211; 2 * x * ( pointC1 -pointB1)) \/ (2 * ( pointC1 &#8211; pointB2));<\/p>\n<p>\ty = (y + y2) \/ 2;<\/p>\n<p>}<\/p>\n<p>[\/code]<\/p>\n<p><span id=\"hs-cta-wrapper-eb235ec9-785f-4205-9d54-fc88423e9655\" class=\"hs-cta-wrapper\"><span id=\"hs-cta-eb235ec9-785f-4205-9d54-fc88423e9655\" class=\"hs-cta-node hs-cta-eb235ec9-785f-4205-9d54-fc88423e9655\"><a href=\"http:\/\/insights.tothenew.com\/mobility-beacons-proximity-solutions\"><img decoding=\"async\" id=\"hs-cta-img-eb235ec9-785f-4205-9d54-fc88423e9655\" class=\"hs-cta-img\" style=\"border-width: 0px;\" src=\"\/blog\/wp-ttn-blog\/uploads\/2022\/01\/79.jpg\" alt=\"Beacons - Building Proximity based Solutions for Brands\" \/><\/a><br \/>\n<\/span><br \/>\n<\/span><br \/>\n<!-- end HubSpot Call-to-Action Code --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In geometry, trilateration is the process of determining absolute or relative locations of points by measurement of distances, using the geometry of circles, spheres or triangles. In addition to its interest as a geometric problem, trilateration does have practical applications in surveying and navigation, including global positioning systems (GPS). In contrast to triangulation, it does [&hellip;]<\/p>\n","protected":false},"author":164,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":43,"footnotes":""},"categories":[518,446,1772,1],"tags":[2184,2842,3953],"class_list":["post-25289","post","type-post","status-publish","format-standard","hentry","category-android","category-java","category-mobility","category-technology","tag-bluetooth","tag-ibeacon","tag-mobile-app"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"In geometry, trilateration is the process of determining absolute or relative locations of points by measurement of distances, using the geometry of circles, spheres or triangles. In addition to its interest as a geometric problem, trilateration does have practical applications in surveying and navigation, including global positioning systems (GPS). In contrast to triangulation, it does\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Upasana Chauhan\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Indoor Positioning System(Trilateration) | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"In geometry, trilateration is the process of determining absolute or relative locations of points by measurement of distances, using the geometry of circles, spheres or triangles. In addition to its interest as a geometric problem, trilateration does have practical applications in surveying and navigation, including global positioning systems (GPS). In contrast to triangulation, it does\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Indoor Positioning System(Trilateration) | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In geometry, trilateration is the process of determining absolute or relative locations of points by measurement of distances, using the geometry of circles, spheres or triangles. In addition to its interest as a geometric problem, trilateration does have practical applications in surveying and navigation, including global positioning systems (GPS). In contrast to triangulation, it does\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/indoor-positioning-systemtrilateration\\\/#article\",\"name\":\"Indoor Positioning System(Trilateration) | TO THE NEW Blog\",\"headline\":\"Indoor Positioning System(Trilateration)\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/upasana-chauhan\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2015\\\/08\\\/Untitled.jpg\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/indoor-positioning-systemtrilateration\\\/#articleImage\"},\"datePublished\":\"2015-08-06T16:45:03+05:30\",\"dateModified\":\"2022-01-11T15:27:06+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":3,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/indoor-positioning-systemtrilateration\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/indoor-positioning-systemtrilateration\\\/#webpage\"},\"articleSection\":\"Android, Java\\\/JVM, Mobility, Technology, bluetooth, ibeacon, mobile app\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/indoor-positioning-systemtrilateration\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/indoor-positioning-systemtrilateration\\\/#listItem\",\"name\":\"Indoor Positioning System(Trilateration)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/indoor-positioning-systemtrilateration\\\/#listItem\",\"position\":3,\"name\":\"Indoor Positioning System(Trilateration)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/upasana-chauhan\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/upasana-chauhan\\\/\",\"name\":\"Upasana Chauhan\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/indoor-positioning-systemtrilateration\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/06d151300b949f5282f8bb1b083bc7203c31ae95874f80979f15a490e1c74e07?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Upasana Chauhan\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/indoor-positioning-systemtrilateration\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/indoor-positioning-systemtrilateration\\\/\",\"name\":\"Indoor Positioning System(Trilateration) | TO THE NEW Blog\",\"description\":\"In geometry, trilateration is the process of determining absolute or relative locations of points by measurement of distances, using the geometry of circles, spheres or triangles. In addition to its interest as a geometric problem, trilateration does have practical applications in surveying and navigation, including global positioning systems (GPS). In contrast to triangulation, it does\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/indoor-positioning-systemtrilateration\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/upasana-chauhan\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/upasana-chauhan\\\/#author\"},\"datePublished\":\"2015-08-06T16:45:03+05:30\",\"dateModified\":\"2022-01-11T15:27:06+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Indoor Positioning System(Trilateration) | TO THE NEW Blog","description":"In geometry, trilateration is the process of determining absolute or relative locations of points by measurement of distances, using the geometry of circles, spheres or triangles. In addition to its interest as a geometric problem, trilateration does have practical applications in surveying and navigation, including global positioning systems (GPS). In contrast to triangulation, it does","canonical_url":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/#article","name":"Indoor Positioning System(Trilateration) | TO THE NEW Blog","headline":"Indoor Positioning System(Trilateration)","author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/upasana-chauhan\/#author"},"publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2015\/08\/Untitled.jpg","@id":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/#articleImage"},"datePublished":"2015-08-06T16:45:03+05:30","dateModified":"2022-01-11T15:27:06+05:30","inLanguage":"en-US","commentCount":3,"mainEntityOfPage":{"@id":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/#webpage"},"isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/#webpage"},"articleSection":"Android, Java\/JVM, Mobility, Technology, bluetooth, ibeacon, mobile app"},{"@type":"BreadcrumbList","@id":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tothenewco.pro\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/tothenewco.pro\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/#listItem","name":"Indoor Positioning System(Trilateration)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/#listItem","position":3,"name":"Indoor Positioning System(Trilateration)","previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/tothenewco.pro\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/tothenewco.pro\/blog\/"},{"@type":"Person","@id":"https:\/\/tothenewco.pro\/blog\/author\/upasana-chauhan\/#author","url":"https:\/\/tothenewco.pro\/blog\/author\/upasana-chauhan\/","name":"Upasana Chauhan","image":{"@type":"ImageObject","@id":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/06d151300b949f5282f8bb1b083bc7203c31ae95874f80979f15a490e1c74e07?s=96&d=mm&r=g","width":96,"height":96,"caption":"Upasana Chauhan"}},{"@type":"WebPage","@id":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/#webpage","url":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/","name":"Indoor Positioning System(Trilateration) | TO THE NEW Blog","description":"In geometry, trilateration is the process of determining absolute or relative locations of points by measurement of distances, using the geometry of circles, spheres or triangles. In addition to its interest as a geometric problem, trilateration does have practical applications in surveying and navigation, including global positioning systems (GPS). In contrast to triangulation, it does","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/#breadcrumblist"},"author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/upasana-chauhan\/#author"},"creator":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/upasana-chauhan\/#author"},"datePublished":"2015-08-06T16:45:03+05:30","dateModified":"2022-01-11T15:27:06+05:30"},{"@type":"WebSite","@id":"https:\/\/tothenewco.pro\/blog\/#website","url":"https:\/\/tothenewco.pro\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Indoor Positioning System(Trilateration) | TO THE NEW Blog","og:description":"In geometry, trilateration is the process of determining absolute or relative locations of points by measurement of distances, using the geometry of circles, spheres or triangles. In addition to its interest as a geometric problem, trilateration does have practical applications in surveying and navigation, including global positioning systems (GPS). In contrast to triangulation, it does","og:url":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/","og:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Indoor Positioning System(Trilateration) | TO THE NEW Blog","twitter:description":"In geometry, trilateration is the process of determining absolute or relative locations of points by measurement of distances, using the geometry of circles, spheres or triangles. In addition to its interest as a geometric problem, trilateration does have practical applications in surveying and navigation, including global positioning systems (GPS). In contrast to triangulation, it does","twitter:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"25289","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":{"id":"#aioseo-article-65e03e8928834","slug":"article","graphName":"Article","label":"Article","properties":{"type":"BlogPosting","name":"#post_title","headline":"#post_title","description":"#post_excerpt","image":"","keywords":"","author":{"name":"#author_name","url":"#author_url"},"dates":{"include":true,"datePublished":"","dateModified":""}}},"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"limit_modified_date":false,"created":"2021-04-29 12:07:53","updated":"2024-02-29 08:21:29","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tIndoor Positioning System(Trilateration)\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tothenewco.pro\/blog"},{"label":"Technology","link":"https:\/\/tothenewco.pro\/blog\/category\/technology\/"},{"label":"Indoor Positioning System(Trilateration)","link":"https:\/\/tothenewco.pro\/blog\/indoor-positioning-systemtrilateration\/"}],"_links":{"self":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/25289","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/users\/164"}],"replies":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/comments?post=25289"}],"version-history":[{"count":1,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/25289\/revisions"}],"predecessor-version":[{"id":54572,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/25289\/revisions\/54572"}],"wp:attachment":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/media?parent=25289"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/categories?post=25289"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/tags?post=25289"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}